| Commit message (Expand) | Author | Age | Files | Lines |
| * | net/http: fix double-close of req.Body | Matt Harden | 2017-06-26 | 1 | -0/+27 |
| * | net/http: deflake TestInterruptWithPanic_nil_h2, again | Brad Fitzpatrick | 2016-11-17 | 1 | -0/+10 |
| * | net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 tests | Brad Fitzpatrick | 2016-11-14 | 1 | -0/+13 |
| * | net/http: make Server log on bad requests from clients | Kenny Grant | 2016-11-11 | 1 | -1/+5 |
| * | net/http: deflake new TestInterruptWithPanic_h2 | Brad Fitzpatrick | 2016-11-11 | 1 | -12/+21 |
| * | net/http: update bundled http2 for ErrAbortHandler support, document it more | Brad Fitzpatrick | 2016-11-10 | 1 | -3/+0 |
| * | net/http: add ErrAbortHandler, make Server quiet if used as panic value | Brad Fitzpatrick | 2016-11-10 | 1 | -10/+52 |
| * | net/http: speed up tests, use t.Parallel when it's safe | Brad Fitzpatrick | 2016-11-04 | 1 | -0/+5 |
| * | net/http, net/http/httptest: make http2's TrailerPrefix work for http1 | Brad Fitzpatrick | 2016-11-01 | 1 | -0/+31 |
| * | net/http: update test to check Content-Length 0 Body more reliably | Brad Fitzpatrick | 2016-10-18 | 1 | -1/+1 |
| * | net/http: don't sniff Request.Body on 100-continue requests in Transport | Brad Fitzpatrick | 2016-10-01 | 1 | -0/+36 |
| * | net/http: update bundled http2 | Brad Fitzpatrick | 2016-05-20 | 1 | -0/+29 |
| * | net/http: update bundled x/net/http2 for httptrace changes | Brad Fitzpatrick | 2016-05-18 | 1 | -0/+7 |
| * | net/http: update bundled x/net/http2 | Brad Fitzpatrick | 2016-05-10 | 1 | -11/+0 |
| * | net/http: add Response.Uncompressed bool | Brad Fitzpatrick | 2016-05-01 | 1 | -4/+53 |
| * | net/http: add test that panic in a handler signals an error to the client | Brad Fitzpatrick | 2016-04-12 | 1 | -0/+28 |
| * | net/http: zero pad Response status codes to three digits | Brad Fitzpatrick | 2016-04-05 | 1 | -0/+21 |
| * | net/http: validate transmitted header fields | Brad Fitzpatrick | 2016-03-31 | 1 | -0/+57 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
| * | net/http: update bundled http2, fix Transport memory leak | Brad Fitzpatrick | 2016-02-01 | 1 | -4/+8 |
| * | net/http: don't retain *http.Request in Transport's HTTP/2 path | Brad Fitzpatrick | 2016-01-26 | 1 | -0/+42 |
| * | net/http: make hidden http2 Transport respect remaining Transport fields | Brad Fitzpatrick | 2016-01-19 | 1 | -3/+28 |
| * | net/http: make http2 Transport send Content Length | Brad Fitzpatrick | 2016-01-18 | 1 | -0/+29 |
| * | net/http: update bundled http2 | Brad Fitzpatrick | 2016-01-15 | 1 | -0/+93 |
| * | net/http: add some tests around sending & receiving star requests | Brad Fitzpatrick | 2016-01-07 | 1 | -0/+69 |
| * | net/http: update bundled http2, fixes TestConcurrentReadWriteReqBody_h2 | Brad Fitzpatrick | 2016-01-07 | 1 | -5/+2 |
| * | net/http: update bundled http2, add test for Transport's User-Agent behavior | Brad Fitzpatrick | 2016-01-06 | 1 | -0/+61 |
| * | net/http: update bundled copied of x/net/http2 to git rev 961116aee | Brad Fitzpatrick | 2016-01-06 | 1 | -0/+59 |
| * | net/http: document ResponseWriter and Handler more; add test | Brad Fitzpatrick | 2015-12-17 | 1 | -0/+56 |
| * | net/http: update bundled http2, add tests reading response Body after Close | Brad Fitzpatrick | 2015-12-17 | 1 | -0/+22 |
| * | net/http: updated bundled http2 to finish trailer support | Brad Fitzpatrick | 2015-12-17 | 1 | -4/+1 |
| * | net/http: update bundled copy of http2, enable TestTrailersServerToClient tests | Brad Fitzpatrick | 2015-12-17 | 1 | -13/+22 |
| * | net/http: split Trailers tests into two halves | Brad Fitzpatrick | 2015-12-16 | 1 | -0/+126 |
| * | net/http: maybe deflake TestCancelRequestMidBody_h2 on linux-noopt builder | Brad Fitzpatrick | 2015-12-15 | 1 | -4/+14 |
| * | net/http: add Transport tests for using Request.Cancel mid-body | Brad Fitzpatrick | 2015-12-14 | 1 | -0/+40 |
| * | net/http: run more tests in http2 mode | Brad Fitzpatrick | 2015-12-10 | 1 | -6/+9 |
| * | net/http: update bundled http2 and add tests for two fixed issues | Brad Fitzpatrick | 2015-12-09 | 1 | -4/+45 |
| * | net/http: add test that automatic gzip works for HTTP2's Transport | Brad Fitzpatrick | 2015-11-26 | 1 | -15/+35 |
| * | net/http: more HTTP/2 tests and fixes | Brad Fitzpatrick | 2015-11-25 | 1 | -0/+353 |