summaryrefslogtreecommitdiff
path: root/src/net/http
Commit message (Expand)AuthorAgeFilesLines
* net/http: update bundled http2Brad Fitzpatrick2016-12-061-9/+78
* net/http: fix typo in Request.GetBody's doc stringChris Broadfoot2016-12-061-1/+1
* net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick2016-12-013-25/+20
* net/http: teach NewRequest that NoBody has ContentLength zeroBrad Fitzpatrick2016-12-012-1/+13
* net/http: clarify Request.Context's lifetimeBrad Fitzpatrick2016-12-011-2/+2
* net/http: document how headers are forwarded by ClientJoe Tsai2016-11-301-2/+27
* net/http: fix test TestServeMuxHandlerRedirectsShenghou Ma2016-11-301-2/+2
* net/http: remove logging on bad client requestsKenny Grant2016-11-301-2/+0
* net/http/httptest: fix typo in doc commentMichal Bohuslávek2016-11-291-1/+1
* net/http, net/http/httptest: cross-reference the two NewRequest funcsBrad Fitzpatrick2016-11-282-5/+8
* net/http: document restrictions on ETag as expected by ServeContentJoe Tsai2016-11-281-2/+2
* net: document that Header.Get key is case insensitiveKaviraj2016-11-281-2/+4
* net/http: fix receiver for Server.Shutdown and Server.CloseDan Peterson2016-11-241-15/+15
* net/http: fix parallel tests using global DefaultTransportBrad Fitzpatrick2016-11-222-8/+33
* net/http: skip TestLinuxSendfile on mips64 for nowBrad Fitzpatrick2016-11-221-3/+1
* net/http: maybe fix TestLinuxSendfile on mips64Brad Fitzpatrick2016-11-211-1/+5
* net/http: deflake TestClientTimeoutBrad Fitzpatrick2016-11-211-10/+9
* net/http: deflake TestInterruptWithPanic_nil_h2, againBrad Fitzpatrick2016-11-171-0/+10
* net/http: fix a typo in testMikio Hara2016-11-161-1/+1
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-151-3/+5
* net: add test that TCP Close unblocks blocked ReadsBrad Fitzpatrick2016-11-151-3/+0
* net/http: update bundled http2 for write scheduling order fixBrad Fitzpatrick2016-11-151-5/+5
* net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 testsBrad Fitzpatrick2016-11-143-8/+71
* net/http: enable timeout tests on Plan 9David du Colombier2016-11-132-15/+0
* net/http: fix error message in TestClientWriteShutdownDavid du Colombier2016-11-131-1/+1
* net/http/httptest: remove workaround on Plan 9David du Colombier2016-11-121-10/+0
* net/http: make Server respect shutdown state after handler finishesBrad Fitzpatrick2016-11-112-3/+8
* net/http: make Server log on bad requests from clientsKenny Grant2016-11-115-17/+56
* net/http: deflake new TestInterruptWithPanic_h2Brad Fitzpatrick2016-11-112-12/+34
* all: fix vet nitsJosh Bleecher Snyder2016-11-111-1/+1
* net/http: document relation and interaction with golang.org/x/net/http2Brad Fitzpatrick2016-11-111-8/+19
* net/http: update bundled http2 for ErrAbortHandler support, document it moreBrad Fitzpatrick2016-11-103-9/+14
* net/http: deflake TestClientTimeoutBrad Fitzpatrick2016-11-101-1/+1
* net/http: update Transport doc example to not disable http2Brad Fitzpatrick2016-11-102-5/+11
* net/http: update bundled http2Brad Fitzpatrick2016-11-101-8/+34
* net/http: add ErrAbortHandler, make Server quiet if used as panic valueBrad Fitzpatrick2016-11-102-11/+59
* net/http: document that Server.Close and Shutdown don't track hijacked connsBrad Fitzpatrick2016-11-101-2/+14
* net/http: document and deprecate type and errors of type ProtocolErrorBrad Fitzpatrick2016-11-102-10/+34
* net/http: fix documentation on Server.TLSNextProto controlling http2Brad Fitzpatrick2016-11-101-1/+2
* net/http: don't wrap request cancellation errors in timeoutsEmmanuel Odeke2016-11-102-32/+63
* net/http: fix Server.Close double LockBrad Fitzpatrick2016-11-102-1/+8
* net/http: deflake TestIdleConnH2CrashBrad Fitzpatrick2016-11-091-4/+15
* net/http: deflake TestClientRedirectsBrad Fitzpatrick2016-11-081-5/+8
* net/http/fcgi: fix link to protocol docsBrad Fitzpatrick2016-11-071-1/+5
* net/http: deflake TestLinuxSendfileBrad Fitzpatrick2016-11-051-3/+2
* net/http: deflake TestClientRedirectTypes and maybe some similar onesBrad Fitzpatrick2016-11-051-18/+46
* net/http: move extra redirect logic for 307/308 into redirectBehaviorEmmanuel Odeke2016-11-041-34/+27
* net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick2016-11-049-33/+127
* net/http: fix type name in commentBrad Fitzpatrick2016-11-041-1/+1
* net/http: tweak the new Client 307/308 redirect behavior a bitBrad Fitzpatrick2016-11-042-0/+79