summaryrefslogtreecommitdiff
path: root/src/net/http/omithttp2.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-3/+3
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov2020-11-111-1/+1
* net/http: fix detection of Roundtrippers that always errorMichael Fraenkel2020-08-251-4/+0
* net/http: fix handling of HTTP/2 upgrade failuresRuss Cox2020-03-031-1/+1
* net/http: don't treat an alternate protocol as a known round tripperIan Lance Taylor2020-01-291-0/+4
* net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick2019-11-041-0/+71