aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport_internal_test.go
AgeCommit message (Expand)Author
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2018-10-02net/http: rewind request body unconditionallyAleksandr Razumov
2018-01-10net/http: fix "http2: no cached connection..." error with x/net/http2Brad Fitzpatrick
2017-06-05net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser
2017-03-02net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick
2016-08-16net/http: make Transport retry non-idempotent requests if no bytes writtenBrad Fitzpatrick
2016-07-26net/http: make Transport.RoundTrip return raw Conn.Read error on peek failureBrad Fitzpatrick
2016-05-18net/http: fix spurious logging in Transport when server closes idle connBrad Fitzpatrick