kubo/core
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 clear up comment about flush=false 2016-02-08 14:47:54 -08:00
corehttp fix another panic where CloseNotify was called from wrong goroutine 2016-02-09 11:09:43 -06:00
corenet do that last thing again 2016-01-31 15:37:39 -08:00
corerepo correct go-log dep 2016-01-30 09:34:10 -08:00
corerouting do that last thing again 2016-01-31 15:37:39 -08:00
coreunix blockstore locks return unlocker object now 2016-02-08 14:42:07 -08:00
mock do that last thing again 2016-01-31 15:37:39 -08:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go do that last thing again 2016-01-31 15:37:39 -08:00
bootstrap.go do that last thing again 2016-01-31 15:37:39 -08:00
builder.go do that last thing again 2016-01-31 15:37:39 -08:00
core_test.go correct go-log dep 2016-01-30 09:34:10 -08:00
core.go blockstore locks return unlocker object now 2016-02-08 14:42:07 -08:00
pathresolver_test.go Add test to detect invalid path 2015-07-04 02:50:15 +07:00
pathresolver.go initial vendoring of libp2p outside of the repo with gx 2016-01-30 09:34:06 -08:00