kubo/core/corehttp
Robert Carlsen 5367ee76d0 fix another panic where CloseNotify was called from wrong goroutine
panic: net/http: CloseNotify called after ServeHTTP finished

    goroutine 180 [running]:
    net/http.(*response).CloseNotify(0xc8220684e0, 0x0)
        /home/r/go/src/net/http/server.go:1535 +0x9d
    github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/prometheus/client_golang/
        /home/r/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/prome
    github.com/ipfs/go-ipfs/core/corehttp.(*gatewayHandler).getOrHeadHandler.func1(0x7
        /home/r/src/github.com/ipfs/go-ipfs/core/corehttp/gateway_handler.go:119 +
    created by github.com/ipfs/go-ipfs/core/corehttp.(*gatewayHandler).getOrHeadHandle
        /home/r/src/github.com/ipfs/go-ipfs/core/corehttp/gateway_handler.go:123 +

License: MIT
Signed-off-by: Robert Carlsen <rwcarlsen@gmail.com>
2016-02-09 11:09:43 -06:00
..
commands.go fix races in http cors 2015-10-13 01:09:55 +03:00
corehttp.go correct go-log dep 2016-01-30 09:34:10 -08:00
gateway_handler.go fix another panic where CloseNotify was called from wrong goroutine 2016-02-09 11:09:43 -06:00
gateway_indexPage.go Bump version of dir-index-html 2015-09-05 01:06:35 +07:00
gateway_test.go do that last thing again 2016-01-31 15:37:39 -08:00
gateway.go do that last thing again 2016-01-31 15:37:39 -08:00
ipns_hostname.go correct go-log dep 2016-01-30 09:34:10 -08:00
logs.go correct go-log dep 2016-01-30 09:34:10 -08:00
prometheus.go daemon: instrument the gateway and api HTTP handlers 2015-10-05 03:53:49 +02:00
redirect.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
webui.go feat: Update to the latest version of the webui 2016-01-12 16:41:58 +01:00