oops
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
828c63a7c6
commit
01889e1d63
1
main.go
1
main.go
|
@ -47,6 +47,7 @@ func proxyToUnixSocket(w http.ResponseWriter, r *http.Request) {
|
||||||
Dial: func(_, _ string) (net.Conn, error) {
|
Dial: func(_, _ string) (net.Conn, error) {
|
||||||
return net.Dial("unix", fname)
|
return net.Dial("unix", fname)
|
||||||
},
|
},
|
||||||
|
DisableKeepAlives: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
rp := httputil.ReverseProxy{
|
rp := httputil.ReverseProxy{
|
||||||
|
|
Loading…
Reference in New Issue