]> Cypherpunks.ru repositories - gostls13.git/commit
vendor, net/http: update x/net for httplex to httpguts merge
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 7 May 2018 19:09:16 +0000 (19:09 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 7 May 2018 20:20:49 +0000 (20:20 +0000)
commit8e9386db0ee72ffa847b1673d15f6092291724d9
tree52f53ab481a957dd794b52b4aab47fe11d70e393
parent9b16b9c7f95562bb290f5015324a345be855894d
vendor, net/http: update x/net for httplex to httpguts merge

Updates x/net to git rev cbb82b59bc for:

    lex/httplex, http/httpguts: merge the httplex package into httpguts
    https://golang.org/cl/111875

    http2: set nextStreamID to 3 when AllowHTTP is set
    https://golang.org/cl/111835

    http2: terminate await request cancel goroutine on conn close
    https://golang.org/cl/108415

Fixes #24776 (CL 111655 didn't actually include it)

Change-Id: I0a21e169ebba2ec35219f347f1e31cd4c67bebdf
Reviewed-on: https://go-review.googlesource.com/111876
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Kunpei Sakai <namusyaka@gmail.com>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/go/build/deps_test.go
src/net/http/h2_bundle.go
src/net/http/http.go
src/net/http/server.go
src/net/http/transfer.go
src/net/http/transport.go
src/vendor/golang_org/x/net/http/httpguts/httplex.go [moved from src/vendor/golang_org/x/net/lex/httplex/httplex.go with 97% similarity]
src/vendor/golang_org/x/net/http/httpguts/httplex_test.go [moved from src/vendor/golang_org/x/net/lex/httplex/httplex_test.go with 99% similarity]