aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/clientserver_test.go
AgeCommit message (Expand)Author
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
2015-12-10net/http: run more tests in http2 modeBrad Fitzpatrick
2015-12-09net/http: update bundled http2 and add tests for two fixed issuesBrad Fitzpatrick
2015-11-26net/http: add test that automatic gzip works for HTTP2's TransportBrad Fitzpatrick
2015-11-25net/http: more HTTP/2 tests and fixesBrad Fitzpatrick