summaryrefslogtreecommitdiff
path: root/src/net/http/httputil/reverseproxy_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-25/+24
* net/http/httputil: copy response header back to http.ResponseWriter in Revers...Aofei Sheng2020-10-191-0/+3
* net/http/httputil: flush ReverseProxy immediately if Content-Length is -1Ignacio Hagopian2020-10-121-2/+17
* net/http/httputil: don't use testing.T after test completesAndrew G. Morgan2020-05-051-2/+11
* net/http/httputil: handle escaped paths in SingleHostReverseProxyDaniel Kumor2020-05-021-1/+28
* net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nilBrad Fitzpatrick2020-04-301-0/+33
* net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelablePierre Carru2020-04-261-0/+122
* net/http/httputil: fix typo in unit test nameTyson Andre2020-04-251-1/+1
* net/http: fix a long test after CL 185117Daniel Martí2019-08-281-1/+1
* net/http/httputil: fix regression in ReverseProxy.ServeHTTPJoe Tsai2019-07-171-0/+20
* net/http/httputil: remove all fields in Connection headerJonathon Lacher2019-05-141-5/+32
* net/http/httputil: make ReverseProxy flush headers on FlushIntervalJordan Liggitt2019-03-291-0/+42
* net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgradesBrad Fitzpatrick2019-01-091-0/+8
* net/http/httputil: fix missing previous headers in response when switching pr...Julien Salleyron2019-01-021-3/+15
* net/http/httputil: add tests for singleJoiningSlash.Bobby DeSimone2018-12-041-9/+32
* net/http/httputil: fix unannounced trailers when body is emptySALLEYRON Julien2018-12-031-9/+39
* net/http/httputil: make ReverseProxy automatically proxy WebSocket requestsBrad Fitzpatrick2018-11-131-10/+78
* net/http/httputil: rewrite flushing code, disable on Server-Sent EventsBrad Fitzpatrick2018-10-091-11/+45
* http/http/httputil: add ReverseProxy.ErrorHandlerJulien Salleyron2018-07-131-0/+87
* net/http/httputil: don't panic in ReverseProxy unless running under a ServerBrad Fitzpatrick2018-07-091-0/+1
* net/http/httputil: reduced log verbosity in reverseproxy_test.goteague2018-05-301-0/+5
* net/http/httputil: pass through any "TE: trailers" header to backendBrad Fitzpatrick2018-05-291-0/+4
* net/http/httputil: make ReverseProxy panic on error while copying bodyJames Hartig2018-04-041-8/+44
* Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on faile...Brad Fitzpatrick2018-01-061-29/+0
* net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requestsAkhil Indurti2017-11-141-0/+29
* net/http/httputil: make ReverseProxy close response body if ModifyResponse re...Edan B2017-11-111-0/+44
* net/http/httputil: always deep copy the Request.Header map in ReverseProxyBrad Fitzpatrick2017-06-261-0/+33
* net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke2017-05-241-0/+38
* net/http/httputil: ReverseProxy should pass on unannounced TrailersTristan Colgate2017-05-221-0/+4
* net/http: use httptest.Server Client in testsJohan Brandhorst2017-03-081-14/+17
* net/http/httputil: eliminate duplicate alloc/copy in ReverseProxyBlake Mizerany2017-02-011-0/+27
* net/http/httputil: add ModifyResponse to reverseProxyEmmanuel Odeke2016-11-011-0/+41
* net/http/httputil: log err encountered during reverseproxy body copyingMichael Fraenkel2016-10-241-0/+42
* net/http/httputil: remove custom hop-by-hop headers from response in ReverseP...Sina Siadat2016-09-081-0/+9
* net/http/httputil: copy header map if necessary in ReverseProxySina Siadat2016-09-081-2/+7
* net/http/httputil: t.Error -> t.ErrorfJosh Bleecher Snyder2016-09-041-1/+1
* net/http/httputil: make ReverseProxy send nil Body requests when possibleBrad Fitzpatrick2016-09-021-5/+36
* net/http/httputil: remove proxied headers mentioned in connection-tokensSina Siadat2016-09-021-0/+41
* net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...Artyom Pervukhin2016-05-161-0/+43
* net/http/httputil: make ReverseProxy return 502 Bad Gateway instead of 500Brad Fitzpatrick2016-04-011-0/+20
* net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop headerBrad Fitzpatrick2016-02-031-0/+4
* net/http/httputil: fix spelling of Trailer hop-by-hop header per errataBrad Fitzpatrick2016-02-021-0/+4
* net/http, net/http/httputil: fix nits found by vetMikio Hara2016-01-071-1/+1
* net/http: relax recently-updated rules and behavior of CloseNotifierBrad Fitzpatrick2016-01-051-1/+41
* net/http/httputil: add hook for managing io.Copy buffers per requestBrad Fitzpatrick2015-10-281-0/+68
* net: unblock plan9 TCP Read calls after socket closeBrad Fitzpatrick2015-10-161-4/+0
* all: use one 'l' when cancelling everywhere except SolarisRob Pike2015-09-111-1/+1
* net/http/httputil: permit nil request body in ReverseProxyBrad Fitzpatrick2015-08-261-0/+39
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* net/http/httputil: make ReverseProxy support TrailersBrad Fitzpatrick2015-07-071-0/+10