fix(docker): agent and socket-proxy docker events not flushing with modified reverse proxy handler

This commit is contained in:
yusing
2025-05-23 22:20:32 +08:00
parent f1e204f7fd
commit df193a42fc
8 changed files with 663 additions and 34 deletions

View File

@@ -15,6 +15,7 @@ import (
"github.com/yusing/go-proxy/internal/task"
)
// FIXME: agent logs not updating.
func Logs(w http.ResponseWriter, r *http.Request) {
query := r.URL.Query()
server := r.PathValue("server")