aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/net/http
AgeCommit message (Expand)Author
2014-05-20build: make nacl passRuss Cox
2014-05-19net/http: document that ProxyFromEnvironment special-cases localhostBrad Fitzpatrick
2014-05-16net/http: allow Content-Type on 204 responsesBrad Fitzpatrick
2014-05-15net/http: fix nits found by go tool vetMikio Hara
2014-05-12net/http: fix flaky testFabrizio Milo
2014-05-02std lib: fix various typos in commentsRobert Griesemer
2014-04-26net/http/httputil: tell people not to use ClientConn and ServerConnBrad Fitzpatrick
2014-04-26src: fix issues found by go vet stdRobert Hencke
2014-04-25net/http/httputil: don't leak goroutines in DumpRequestOutBrad Fitzpatrick
2014-04-25net/http, strings, bytes: fix http race, revert part of Reader behavior changeBrad Fitzpatrick
2014-04-17net/http/httputil: include Content-Length in DumpResponse outputBrad Fitzpatrick
2014-04-16net/http: allow commas and spaces in cookie valuesVolker Dobler
2014-04-16all: fix typosRui Ueyama
2014-04-16net/http: fix data race in TestTransportResponseHeaderTimeoutBrad Fitzpatrick
2014-04-16net/http: skip TestTransportClosesBodyOnError on Plan 9David du Colombier
2014-04-14net/http: clarify Response.Body Close responsibilityBrad Fitzpatrick
2014-04-14net/http: make race detector happy for recently-added testBrad Fitzpatrick
2014-04-14net/http: close Body in client code always, even on errors, and documentBrad Fitzpatrick
2014-04-11net/http: quiet useless warning during shutdownBrad Fitzpatrick
2014-04-11net/http/httptest: add test for issue 7264Dmitriy Vyukov
2014-04-10net/http: Return ErrNotMultipart from ParseMultipartForm if content-type isn'...Matthew Cottingham
2014-04-10net/http: don't reject 0-lengthed bodies with Expect 100-continueBrad Fitzpatrick
2014-04-10net/http: fix up Response.Write edge casesBrad Fitzpatrick
2014-04-10net/http: document, test, define, clean up Request.TrailerBrad Fitzpatrick
2014-04-10net/http: fix requests failing on short gzip bodyAlexey Borzenkov
2014-04-09net/http: don't reuse Transport connection unless Request.Write finishedBrad Fitzpatrick
2014-04-02net/http: clarify Request fields' client-vs-server semanticsBrad Fitzpatrick
2014-03-25net/http: disable recently-introduced flaky test on WindowsBrad Fitzpatrick
2014-03-25net/http: don't re-use Transport connections if we've seen an EOFBrad Fitzpatrick
2014-03-18net/http: make use of testing.Errorf instead of testing.Fatalf in non-test fu...Mikio Hara
2014-03-17net/http: Request Body error should not be ignored.Luka Zakrajšek
2014-03-17net/http/fcgi: fix handling of request ID reuseCatalin Patulea
2014-03-11net/http/cgi: serve 500, not 200, on invalid responses from child processesBrad Fitzpatrick
2014-03-10net/http: eliminate defined-but-not-used var.Alan Donovan
2014-03-06net/http/cgi: kill child CGI process on copy errorBrad Fitzpatrick
2014-03-06net/http: make TestUseProxy repeatableDmitriy Vyukov
2014-03-05net/http: deflake a testBrad Fitzpatrick
2014-03-05net/http: minor fixes and optimization for Response.TLSBrad Fitzpatrick
2014-03-05net/http: Add TLS Connection State to Responses.Paul A Querna
2014-03-04net/http: improve Client.Timeout docs, quiet testBrad Fitzpatrick
2014-03-04net/http: make Request.ParseForm parse form-urlencoded for method PATCH tooMatt Aimonetti
2014-03-04net/http: fix test failure on some Windows machinesBrad Fitzpatrick
2014-03-04net/http: deflake another alloc testBrad Fitzpatrick
2014-03-04net/http: disable an alloc test under the race detectorBrad Fitzpatrick
2014-03-03net/http: fix location of StateHijacked and StateActiveBrad Fitzpatrick
2014-03-03net/http: in Client, consume small redirect bodies before making next requestBrad Fitzpatrick
2014-03-02net/http: add Client.Timeout for end-to-end timeoutsBrad Fitzpatrick
2014-03-01net/http: ensure ConnState for StateNew fires before Server.Serve returnsRichard Crowley
2014-02-28net/http: de-flake ConnState testBrad Fitzpatrick
2014-02-28net/http: add Server.ErrorLog; log and test TLS handshake errorsBrad Fitzpatrick