aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2017-05-23[release-branch.go1.8] net/http: update bundled http2 for gracefulShutdownCh ...Brad Fitzpatrick
2017-03-29[release-branch.go1.8] net, net/http: adjust time-in-past constant even earlierBrad Fitzpatrick
2017-01-24net/http: don't send body on redirects for 301, 302, 303 when GetBody is setBrad Fitzpatrick
2017-01-24net/http: fix a nitMikio Hara
2017-01-14net/http: skip TestServerHijackGetsBackgroundByte on Plan 9David du Colombier
2017-01-14net/http: skip TestServerHijackGetsBackgroundByte_big on Plan 9David du Colombier
2017-01-14net/http: add another hijack-after-background-read testBrad Fitzpatrick
2017-01-13net/http: make sure Hijack's bufio.Reader includes pre-read background byteBrad Fitzpatrick
2017-01-11net/http: deflake TestRetryIdempotentRequestsOnErrorBrad Fitzpatrick
2017-01-09net/http: preserve original HTTP method when possibleJoe Tsai
2017-01-07net/http: don't do a background read if we've already done oneIan Lance Taylor
2017-01-06net/http: better failure in TestTransportPersistConnLeakRuss Cox
2017-01-04net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBodyBrad Fitzpatrick
2017-01-04net/http: make Server cancel its ReadTimeout between requestsBrad Fitzpatrick
2016-12-31net/http: update bundled http2 for Server WriteTimeout changeBrad Fitzpatrick
2016-12-30net/http: add test for http2 Server WriteTimeoutKale Blankenship
2016-12-29net/http/httputil: clarify the contract on ReverseProxy's Director.Mike Wiacek
2016-12-22net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick
2016-12-20net/http, doc: more redirect documentationBrad Fitzpatrick
2016-12-15net/http: deflake TestServerTimeouts maybeBrad Fitzpatrick
2016-12-15net/http: update bundled http2Chris Broadfoot
2016-12-15net/http/httptrace: clarify WroteRequest may be called multiple timesBrad Fitzpatrick
2016-12-14net/http: deflake TestClientTimeout_Headers_h2 on WindowsBrad Fitzpatrick
2016-12-13net/http: update some commentsBrad Fitzpatrick
2016-12-08net/http: don't retry Transport requests if they have a bodyBrad Fitzpatrick
2016-12-06net/http: update bundled http2Brad Fitzpatrick
2016-12-06net/http: fix typo in Request.GetBody's doc stringChris Broadfoot
2016-12-01net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick
2016-12-01net/http: teach NewRequest that NoBody has ContentLength zeroBrad Fitzpatrick
2016-12-01net/http: clarify Request.Context's lifetimeBrad Fitzpatrick
2016-11-30net/http: document how headers are forwarded by ClientJoe Tsai
2016-11-30net/http: fix test TestServeMuxHandlerRedirectsShenghou Ma
2016-11-30net/http: remove logging on bad client requestsKenny Grant
2016-11-29net/http/httptest: fix typo in doc commentMichal Bohuslávek
2016-11-28net/http, net/http/httptest: cross-reference the two NewRequest funcsBrad Fitzpatrick
2016-11-28net/http: document restrictions on ETag as expected by ServeContentJoe Tsai
2016-11-28net: document that Header.Get key is case insensitiveKaviraj
2016-11-24net/http: fix receiver for Server.Shutdown and Server.CloseDan Peterson
2016-11-22net/http: fix parallel tests using global DefaultTransportBrad Fitzpatrick
2016-11-22net/http: skip TestLinuxSendfile on mips64 for nowBrad Fitzpatrick
2016-11-21net/http: maybe fix TestLinuxSendfile on mips64Brad Fitzpatrick
2016-11-21net/http: deflake TestClientTimeoutBrad Fitzpatrick
2016-11-17net/http: deflake TestInterruptWithPanic_nil_h2, againBrad Fitzpatrick
2016-11-16net/http: fix a typo in testMikio Hara
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-11-15net: add test that TCP Close unblocks blocked ReadsBrad Fitzpatrick
2016-11-15net/http: update bundled http2 for write scheduling order fixBrad Fitzpatrick
2016-11-14net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 testsBrad Fitzpatrick
2016-11-13net/http: enable timeout tests on Plan 9David du Colombier
2016-11-13net/http: fix error message in TestClientWriteShutdownDavid du Colombier