Fix Ctrl-C handling

This commit is contained in:
2026-05-26 18:39:45 +03:00
parent 12f4af12e6
commit 3ece07e11d
11 changed files with 33 additions and 10 deletions

View File

@@ -35,6 +35,7 @@ func (d *Deconnector) Handle(clientConn net.Conn) {
if req.URL.Host == "" {
req.URL.Host = req.Host
}
req.URL.Scheme = "http"
d.app.Logger().
WithField("method", req.Method).