summaryrefslogtreecommitdiff
path: root/src/pkg/net/http/transport.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: Various fixes to Basic authenticationPieter Droogendijk2013-08-071-2/+3
* net/http: respect tls.Config.ServerName in TransportBrad Fitzpatrick2013-07-221-2/+2
* net/http: fix memory leak in TransportBrad Fitzpatrick2013-06-281-1/+15
* net/http: fix confusing shadowing in ProxyFromEnvironmentBrad Fitzpatrick2013-06-201-3/+5
* net/http: don't send Accept-Encoding on HEAD requestsBrad Fitzpatrick2013-05-211-1/+6
* net/http: remove useless named result arguments in typeBrad Fitzpatrick2013-04-021-1/+1
* net/http: Transport: be paranoid about any non-100 1xx responseBrad Fitzpatrick2013-03-301-1/+4
* net/http: ignore 100-continue responses in TransportBrad Fitzpatrick2013-03-291-0/+8
* net/http: bit more docs on Client vs TransportBrad Fitzpatrick2013-03-111-5/+18
* all: remove now-unnecessary unreachable panicsBrad Fitzpatrick2013-03-111-1/+0
* net/http: Transport socket late bindingBrad Fitzpatrick2013-03-071-8/+70
* net/http: close TCP connection on Response.Body.CloseBrad Fitzpatrick2013-03-051-50/+23
* net/http: add Transport.CancelRequestBrad Fitzpatrick2013-02-271-13/+45
* net/http: add Transport.ResponseHeaderTimeoutBrad Fitzpatrick2013-02-271-1/+15
* net/http: fix a bunch of test leaksBrad Fitzpatrick2013-02-261-2/+1
* net/http: fix raceBrad Fitzpatrick2013-01-301-10/+10
* net/http: match curl and others' NO_PROXY wildcard handlingBrad Fitzpatrick2012-12-221-1/+9
* net/http: fix goroutine leak in error caseBrad Fitzpatrick2012-12-171-0/+1
* net/http: return nicer error when Client request Host is blankBrad Fitzpatrick2012-12-121-0/+3
* net/http: populate ContentLength in HEAD responsesBrad Fitzpatrick2012-12-051-4/+1
* net/http: fix bug parsing http_proxy lacking a protocolBrad Fitzpatrick2012-12-051-1/+1
* net/http: clarify DefaultTransport docsBrad Fitzpatrick2012-12-041-4/+4
* net/http: fix Transport races & deadlocksBrad Fitzpatrick2012-11-261-37/+51
* http/transport.go: trivial comment error.Caine Tighe2012-11-251-1/+1
* net/http: add missing error checking reading trailersBrad Fitzpatrick2012-11-131-5/+3
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-2/+2
* net/http: fix race on bodyEOFSignal.isClosedDave Cheney2012-10-121-4/+13
* net/http: use tls host instead of proxy, when checking against a certificateChristian Himpel2012-09-251-1/+1
* net/http: Set TLSClientConfig.ServerName on every HTTP request.Dave Borowitz2012-08-221-1/+12
* net/http: fix send on close channel errorDave Cheney2012-08-211-13/+17
* net/http: reduce mutex contentionDmitriy Vyukov2012-08-201-18/+25
* net/http: fix Transport race(s) with high GOMAXPROCSBrad Fitzpatrick2012-07-111-9/+47
* net/http: make client await response concurrently with writing requestBrad Fitzpatrick2012-06-191-10/+62
* net/http: reuse http proxy connections for different http requestsAlexey Borzenkov2012-05-281-1/+5
* net/http: fix response Connection: close, close client connectionsBrad Fitzpatrick2012-05-231-1/+8
* net/http: fix regression and mute known test failure for nowBrad Fitzpatrick2012-05-211-24/+24
* net/http: non-keepalive connections close successfullyJames Gray2012-05-181-0/+4
* net/http: fix crash with Transport.CloseIdleConnectionsBrad Fitzpatrick2012-03-091-1/+1
* net/http: fix ProxyFromEnvironment bug, docs, add testsBrad Fitzpatrick2012-02-291-2/+4
* net/http: fix client goroutine leak with persistent connectionsBrad Fitzpatrick2012-02-141-6/+15
* net/http: fix http_proxy parsingRuss Cox2012-02-121-7/+7
* net/http: close client fd sooner on response read errorBrad Fitzpatrick2012-01-311-1/+3
* net/http: fix Transport deadlockYoshiyuki Kanno2012-01-251-8/+10
* net/url: cleaned up URL interface (v2)Gustavo Niemeyer2012-01-171-4/+3
* http: fix failing Transport HEAD request with gzip-looking responseBrad Fitzpatrick2011-12-141-2/+3
* undo CL 5477092 / c3c6e72d7cc5Robert Griesemer2011-12-141-1/+1
* net/http: fix bug in error checkingRobert Griesemer2011-12-141-1/+1
* http: make Transport warning about connections closing more accurateBrad Fitzpatrick2011-12-061-10/+4
* various: reduce overuse of os.EINVAL + othersRuss Cox2011-11-131-1/+1
* renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike2011-11-081-1/+1