aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport.go
AgeCommit message (Expand)Author
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-04-10all: fix spellingsNaman Gera
2021-03-24net/http: fix request cancellation raceDamien Neil
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-14net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi
2020-12-09net/http: add connections back that haven't been canceledMichael Fraenkel
2020-12-01net/http: ignore connection closes once done with the connectionMichael Fraenkel
2020-11-11all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-10-16net/http: ensure Request.Body.Close is called once and only onceRoss Light
2020-10-15net/http: remove DualStack in DefaultTransportananya saxena
2020-10-06net/http: add Transport.GetProxyConnectHeaderBrad Fitzpatrick
2020-09-09net/http: fix data race due to writeLoop goroutine left runningSteven Hartland
2020-08-25net/http: fix detection of Roundtrippers that always errorMichael Fraenkel
2020-08-25Revert "net/http: fix data race due to writeLoop goroutine left running"Bryan C. Mills
2020-08-25net/http: fix data race due to writeLoop goroutine left runningSteven Hartland
2020-08-04net/http: fix cancelation of requests with a readTrackingBody wrapperDamien Neil
2020-06-17net/http: make Transport.RoundTrip preserve RequestsDamien Neil
2020-05-27net/http: handle body rewind in HTTP/2 connection loss betterRuss Cox
2020-05-05net/http: update link to chrome documentation on connection managementsmasher164
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2020-03-03net/http: fix handling of HTTP/2 upgrade failuresRuss Cox
2020-01-29net/http: don't treat an alternate protocol as a known round tripperIan Lance Taylor
2020-01-07net/http: avoid writing to Transport.ProxyConnectHeaderBryan C. Mills
2019-12-10net/http: fix timeout race in Transport proxy CONNECTBrad Fitzpatrick
2019-12-09net/http: don't wait indefinitely in Transport for proxy CONNECT responseBrad Fitzpatrick
2019-11-22net/http: make Transport.IdleConnTimeout consider wall (not monotonic) timeBrad Fitzpatrick
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-11net/http: add DialTLSContext hook to TransportGabriel Rosenhouse
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-10-29net/http: only decrement connection count if we removed a connectionMichael Fraenkel
2019-10-22net/http: don't cache http2.erringRoundTripper connectionsBrad Fitzpatrick
2019-10-21net/http: make Transport.RoundTrip close body on any invalid requestEmmanuel T Odeke
2019-10-20net/http: make Transport.roundTrip close body on invalid methodLuke Young
2019-10-15net/http: remove references to old NPN supportBrad Fitzpatrick
2019-09-24net/http: remove http2 connections when no longer cachedMichael Fraenkel
2019-09-18net/http: fix HTTP/2 idle pool tracingTom Thorogood
2019-09-08all: fix typosAinar Garipov
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2019-09-02net/http: remove redundant port validationDerek Phan
2019-08-27net/http: fix wantConnQueue memory leaks in TransportBryan C. Mills
2019-08-12net/url: make Hostname and Port predictable for invalid Host valuesFilippo Valsorda
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-07-08net/http: fix Transport.MaxConnsPerHost limits & idle pool racesRuss Cox
2019-06-10doc, net/http: add release notes for net/http and fix doc commentsAndrew Bonventre
2019-05-30net/http: prevent Transport from spamming stderr on server 408 replyBrad Fitzpatrick
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-05-03net/http: fix TestTransportMaxConnsPerHost flakesMichael Fraenkel