]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2 for ErrAbortHandler support, document it more
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Nov 2016 23:16:14 +0000 (23:16 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Nov 2016 23:36:58 +0000 (23:36 +0000)
commit0457957c991dde4bbdeefb73bc9fb01827298bd9
treeb72921cbaac068bd26d4d472c6145f307ecde606
parenta501fef3455a8e0ff0424bb29a9403d7539c6164
net/http: update bundled http2 for ErrAbortHandler support, document it more

Updates http2 to x/net/http2 git rev 0e2717d for:

   http2: conditionally log stacks from panics in Server Handlers like net/http
   https://golang.org/cl/33102

Fixes #17790

Change-Id: Idd3f0c65540398d41b412a33f1d80de3f7f31409
Reviewed-on: https://go-review.googlesource.com/33103
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
src/net/http/clientserver_test.go
src/net/http/h2_bundle.go
src/net/http/server.go