summaryrefslogtreecommitdiff
path: root/src/net/http/clientserver_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: fix double-close of req.BodyMatt Harden2017-06-261-0/+27
* net/http: deflake TestInterruptWithPanic_nil_h2, againBrad Fitzpatrick2016-11-171-0/+10
* net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 testsBrad Fitzpatrick2016-11-141-0/+13
* net/http: make Server log on bad requests from clientsKenny Grant2016-11-111-1/+5
* net/http: deflake new TestInterruptWithPanic_h2Brad Fitzpatrick2016-11-111-12/+21
* net/http: update bundled http2 for ErrAbortHandler support, document it moreBrad Fitzpatrick2016-11-101-3/+0
* net/http: add ErrAbortHandler, make Server quiet if used as panic valueBrad Fitzpatrick2016-11-101-10/+52
* net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick2016-11-041-0/+5
* net/http, net/http/httptest: make http2's TrailerPrefix work for http1Brad Fitzpatrick2016-11-011-0/+31
* net/http: update test to check Content-Length 0 Body more reliablyBrad Fitzpatrick2016-10-181-1/+1
* net/http: don't sniff Request.Body on 100-continue requests in TransportBrad Fitzpatrick2016-10-011-0/+36
* net/http: update bundled http2Brad Fitzpatrick2016-05-201-0/+29
* net/http: update bundled x/net/http2 for httptrace changesBrad Fitzpatrick2016-05-181-0/+7
* net/http: update bundled x/net/http2Brad Fitzpatrick2016-05-101-11/+0
* net/http: add Response.Uncompressed boolBrad Fitzpatrick2016-05-011-4/+53
* net/http: add test that panic in a handler signals an error to the clientBrad Fitzpatrick2016-04-121-0/+28
* net/http: zero pad Response status codes to three digitsBrad Fitzpatrick2016-04-051-0/+21
* net/http: validate transmitted header fieldsBrad Fitzpatrick2016-03-311-0/+57
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* net/http: update bundled http2, fix Transport memory leakBrad Fitzpatrick2016-02-011-4/+8
* net/http: don't retain *http.Request in Transport's HTTP/2 pathBrad Fitzpatrick2016-01-261-0/+42
* net/http: make hidden http2 Transport respect remaining Transport fieldsBrad Fitzpatrick2016-01-191-3/+28
* net/http: make http2 Transport send Content LengthBrad Fitzpatrick2016-01-181-0/+29
* net/http: update bundled http2Brad Fitzpatrick2016-01-151-0/+93
* net/http: add some tests around sending & receiving star requestsBrad Fitzpatrick2016-01-071-0/+69
* net/http: update bundled http2, fixes TestConcurrentReadWriteReqBody_h2Brad Fitzpatrick2016-01-071-5/+2
* net/http: update bundled http2, add test for Transport's User-Agent behaviorBrad Fitzpatrick2016-01-061-0/+61
* net/http: update bundled copied of x/net/http2 to git rev 961116aeeBrad Fitzpatrick2016-01-061-0/+59
* net/http: document ResponseWriter and Handler more; add testBrad Fitzpatrick2015-12-171-0/+56
* net/http: update bundled http2, add tests reading response Body after CloseBrad Fitzpatrick2015-12-171-0/+22
* net/http: updated bundled http2 to finish trailer supportBrad Fitzpatrick2015-12-171-4/+1
* net/http: update bundled copy of http2, enable TestTrailersServerToClient testsBrad Fitzpatrick2015-12-171-13/+22
* net/http: split Trailers tests into two halvesBrad Fitzpatrick2015-12-161-0/+126
* net/http: maybe deflake TestCancelRequestMidBody_h2 on linux-noopt builderBrad Fitzpatrick2015-12-151-4/+14
* net/http: add Transport tests for using Request.Cancel mid-bodyBrad Fitzpatrick2015-12-141-0/+40
* net/http: run more tests in http2 modeBrad Fitzpatrick2015-12-101-6/+9
* net/http: update bundled http2 and add tests for two fixed issuesBrad Fitzpatrick2015-12-091-4/+45
* net/http: add test that automatic gzip works for HTTP2's TransportBrad Fitzpatrick2015-11-261-15/+35
* net/http: more HTTP/2 tests and fixesBrad Fitzpatrick2015-11-251-0/+353