summaryrefslogtreecommitdiff
path: root/src/net/http
Commit message (Expand)AuthorAgeFilesLines
* net/http: document that after Hijack, Request.Body is invalidBrad Fitzpatrick2017-07-211-0/+3
* net/http: improve signature of Redirect, NewRequestDmitri Shuralyov2017-07-202-16/+21
* net/http: fix parameter name in commentIan Lance Taylor2017-07-181-1/+1
* net/http: clarify Handler panic behavior across HTTP versionsBrad Fitzpatrick2017-07-141-3/+4
* net/http/httptest: allow creation of Server manuallyJoe Tsai2017-06-302-16/+59
* net/http: update bundled http2Brad Fitzpatrick2017-06-291-6/+17
* net/http: whitelist another non-http goroutine in leak checkerBrad Fitzpatrick2017-06-271-0/+1
* net/http/pprof: mention mutex profile in docHana (Hyang-Ah) Kim2017-06-261-0/+5
* net/http: fix double-close of req.BodyMatt Harden2017-06-262-5/+38
* net/http/httputil: always deep copy the Request.Header map in ReverseProxyBrad Fitzpatrick2017-06-262-14/+45
* net/http/httptest: close client connections in separate goroutinesYasha Bubnov2017-06-261-1/+1
* net/http: document that Dir can serve sensitive directoriesKevin Burke2017-06-231-0/+6
* net/http: Update server idleTimeout documentationQiuxuan Zhu2017-06-231-1/+1
* net/http: update bundled http2Brad Fitzpatrick2017-06-191-2/+17
* net/http: update bundled http2Brad Fitzpatrick2017-06-161-2/+4
* net/http: add a known goroutine, don't check goroutine leaks in benchmark modeBrad Fitzpatrick2017-06-151-2/+16
* net/http: document SOCKS5 proxy supportKale Blankenship2017-06-151-0/+5
* net/http: update bundled http2Brad Fitzpatrick2017-06-141-7/+19
* net/http: fix application/ogg sniff signatureEmmanuel Odeke2017-06-132-2/+6
* net/http: regenerate http2 bundle with bundle fixes to include commentsBrad Fitzpatrick2017-06-091-238/+711
* net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick2017-06-082-14/+2
* net/http: simplify recently added TestServeTLSBrad Fitzpatrick2017-06-081-34/+24
* net/http: add Server.ServeTLS methodNiklas Schnelle2017-06-082-28/+127
* net/http: enable TestLinuxSendfile on mips64Vladimir Stefanovic2017-06-081-3/+1
* net/http: delete vestigial methodBrad Fitzpatrick2017-06-071-5/+0
* net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick2017-06-072-3/+12
* net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser2017-06-056-82/+186
* net/http: update bundled x/net/http2Tom Bergan2017-05-261-3/+3
* net/http: revert CL 43779Emmanuel Odeke2017-05-252-51/+0
* net/http: Don't write 'Connection: close' header multiple times.Filip GruszczyƄski2017-05-242-1/+30
* net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke2017-05-243-0/+62
* net/http: permit incoming CONNECT requests without Host headersBrad Fitzpatrick2017-05-242-1/+4
* net/http: polish gzip case insensitive testEmmanuel Odeke2017-05-241-5/+5
* net/http: make Transport respect non lower case Content-EncodingJan Berktold2017-05-242-1/+35
* net/http: update bundled x/net/http2Brad Fitzpatrick2017-05-241-80/+157
* net/http: Add Server.RegisterOnShutdownTom Bergan2017-05-232-2/+26
* net/http/httptest: make ResponseRecorder.Result.Status match http.TransportBrad Fitzpatrick2017-05-232-3/+13
* net/http/cookiejar: increase test coverageVolker Dobler2017-05-222-0/+14
* net/http: send more cookie values in double quotesVolker Dobler2017-05-222-4/+7
* net/http/httputil: ReverseProxy should pass on unannounced TrailersTristan Colgate2017-05-222-2/+18
* net/http: make ServeMux preserve query string during redirectsEmmanuel Odeke2017-05-222-0/+51
* net/http: for http2, use the priority write scheduler by defaultTom Bergan2017-05-111-1/+4
* net/http: update bundled http2Brad Fitzpatrick2017-05-031-23/+633
* net/http: bgErr is unused; remove itChris Manghane2017-05-021-6/+0
* net/http: enable TestRequestDoesntBodyCloseDoesntBlockEmmanuel Odeke2017-04-291-1/+1
* net/http: re-simplify HTTP/1.x status line writingBrad Fitzpatrick2017-04-283-58/+46
* net/http: close resp.Body when error occurred during redirectionWeichao Tang2017-04-272-0/+9
* net/http: make LocalAddrContext handle wildcard interfaceMichael Fraenkel2017-04-262-8/+32
* net/http: update bundled x/net/http2Brad Fitzpatrick2017-04-252-8/+28
* net/http/cgi: fix plan9 buildBrad Fitzpatrick2017-04-251-1/+0