aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/clientserver_test.go
AgeCommit message (Expand)Author
2021-12-01[release-branch.go1.16] net/http: do not send Transfer-Encoding: identity in ...Damien Neil
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-16net/http: try to deflake TestTransportDiscardsUnneededConnsRuss Cox
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-10-21net/http: make TimeoutHandler log spurious WriteHeader callsEmmanuel T Odeke
2019-10-09net/http: update bundled x/net/http2Emmanuel T Odeke
2019-10-09net/http: do not sniff response if Content-Encoding header is setEmmanuel T Odeke
2019-02-27net/http: remove use of DeepEqual for testing errorsMarcel van Lohuizen
2018-10-03net/http: log call site which causes multiple header writesDavid Url
2018-10-02net/http: make Transport send WebSocket upgrade requests over HTTP/1Brad Fitzpatrick
2018-08-21net/http: add test showing that ReverseProxy HTTP/2 bidi streaming worksBrad Fitzpatrick
2018-06-29net/http: update bundled http2Brad Fitzpatrick
2018-01-05net/http: don't validate WriteHeader code if header's already been sentBrad Fitzpatrick
2017-11-28net/http: update bundled http2Brad Fitzpatrick
2017-11-27net/http: panic on invalid WriteHeader status codeBrad Fitzpatrick
2017-06-26net/http: fix double-close of req.BodyMatt Harden
2016-11-17net/http: deflake TestInterruptWithPanic_nil_h2, againBrad Fitzpatrick
2016-11-14net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 testsBrad Fitzpatrick
2016-11-11net/http: make Server log on bad requests from clientsKenny Grant
2016-11-11net/http: deflake new TestInterruptWithPanic_h2Brad Fitzpatrick
2016-11-10net/http: update bundled http2 for ErrAbortHandler support, document it moreBrad Fitzpatrick
2016-11-10net/http: add ErrAbortHandler, make Server quiet if used as panic valueBrad Fitzpatrick
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-11-01net/http, net/http/httptest: make http2's TrailerPrefix work for http1Brad Fitzpatrick
2016-10-18net/http: update test to check Content-Length 0 Body more reliablyBrad Fitzpatrick
2016-10-01net/http: don't sniff Request.Body on 100-continue requests in TransportBrad Fitzpatrick
2016-05-20net/http: update bundled http2Brad Fitzpatrick
2016-05-18net/http: update bundled x/net/http2 for httptrace changesBrad Fitzpatrick
2016-05-10net/http: update bundled x/net/http2Brad Fitzpatrick
2016-05-01net/http: add Response.Uncompressed boolBrad Fitzpatrick
2016-04-12net/http: add test that panic in a handler signals an error to the clientBrad Fitzpatrick
2016-04-05net/http: zero pad Response status codes to three digitsBrad Fitzpatrick
2016-03-31net/http: validate transmitted header fieldsBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-01net/http: update bundled http2, fix Transport memory leakBrad Fitzpatrick
2016-01-26net/http: don't retain *http.Request in Transport's HTTP/2 pathBrad Fitzpatrick
2016-01-19net/http: make hidden http2 Transport respect remaining Transport fieldsBrad Fitzpatrick
2016-01-18net/http: make http2 Transport send Content LengthBrad Fitzpatrick
2016-01-15net/http: update bundled http2Brad Fitzpatrick
2016-01-07net/http: add some tests around sending & receiving star requestsBrad Fitzpatrick
2016-01-07net/http: update bundled http2, fixes TestConcurrentReadWriteReqBody_h2Brad Fitzpatrick
2016-01-06net/http: update bundled http2, add test for Transport's User-Agent behaviorBrad Fitzpatrick
2016-01-06net/http: update bundled copied of x/net/http2 to git rev 961116aeeBrad Fitzpatrick
2015-12-17net/http: document ResponseWriter and Handler more; add testBrad Fitzpatrick
2015-12-17net/http: update bundled http2, add tests reading response Body after CloseBrad Fitzpatrick
2015-12-17net/http: updated bundled http2 to finish trailer supportBrad Fitzpatrick
2015-12-17net/http: update bundled copy of http2, enable TestTrailersServerToClient testsBrad Fitzpatrick
2015-12-16net/http: split Trailers tests into two halvesBrad Fitzpatrick
2015-12-15net/http: maybe deflake TestCancelRequestMidBody_h2 on linux-noopt builderBrad Fitzpatrick
2015-12-14net/http: add Transport tests for using Request.Cancel mid-bodyBrad Fitzpatrick