-
- Downloads
simplify the HTTP server structure
Refactor the HTTP handler hierarchy to make it simpler. Replace the ghost logging handler with a simpler one, that fires as soon as the HTTP request headers are sent (this is a better solution for long-lived connections). Add a debug page to track long-lived HTTP request. Add tests for the HTTP server.
Showing
- api.go 2 additions, 1 deletionapi.go
- cmd/redirectord/redirectord.go 2 additions, 2 deletionscmd/redirectord/redirectord.go
- fe/http.go 100 additions, 62 deletionsfe/http.go
- fe/http_debug.go 135 additions, 0 deletionsfe/http_debug.go
- fe/http_test.go 165 additions, 0 deletionsfe/http_test.go
- fe/proxy.go 27 additions, 4 deletionsfe/proxy.go
fe/http_debug.go
0 → 100644
fe/http_test.go
0 → 100644
Please register or sign in to comment