]> Cypherpunks repositories - gostls13.git/commit
http: fix panic when recovering from hijacked connection panic
authorAndrew Gerrand <adg@golang.org>
Mon, 17 Oct 2011 04:54:36 +0000 (15:54 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 17 Oct 2011 04:54:36 +0000 (15:54 +1100)
commit64471ae76204b116ab28c13f7008e90ae826a379
tree94236583548b0d1ad0425215637c57476b57982f
parentedd1c9111d9e7d140f186124a89d9c47239e27b1
http: fix panic when recovering from hijacked connection panic

Fixes #2375.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5279049
src/pkg/http/server.go