aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil/reverseproxy_test.go
AgeCommit message (Expand)Author
2024-02-27net/http/httputil: avoid ReverseProxy data race on 1xx response and errorDamien Neil
2023-03-17net/http/httputil: use response controller in reverse proxyShang Ding
2022-12-21net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...Damien Neil
2022-11-22Revert "net/url, net/http/httputil: accept invalid percent encodings"Damien Neil
2022-11-15net/url, net/http/httputil: accept invalid percent encodingsIan Lance Taylor
2022-09-23net/http/httputil: avoid query parameter smugglingDamien Neil
2022-09-14net/http/httputil: forward 1xx responses in ReverseProxyKévin Dunglas
2022-09-06net/http/httputil: use strings.Buildercuiweixie
2022-08-16net/http/httputil: add ReverseProxy.RewriteDamien Neil
2022-08-12net/http/httputil: don't insert default User-Agent header in proxied requestsDamien Neil
2022-08-12net/http/httputil: add X-Forwarded-{Host,Proto} headers in ReverseProxyDamien Neil
2021-10-13net/http/httputil: allow MIME parameters when detecting SSE in ReverseProxyJames Harris
2021-07-30net/http/httputil: close incoming ReverseProxy request bodyDamien Neil
2021-05-27net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-14all: fix spellingJohn Bampton
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-19net/http/httputil: copy response header back to http.ResponseWriter in Revers...Aofei Sheng
2020-10-12net/http/httputil: flush ReverseProxy immediately if Content-Length is -1Ignacio Hagopian
2020-05-05net/http/httputil: don't use testing.T after test completesAndrew G. Morgan
2020-05-02net/http/httputil: handle escaped paths in SingleHostReverseProxyDaniel Kumor
2020-04-30net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nilBrad Fitzpatrick
2020-04-26net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelablePierre Carru
2020-04-25net/http/httputil: fix typo in unit test nameTyson Andre
2019-08-28net/http: fix a long test after CL 185117Daniel Martí
2019-07-17net/http/httputil: fix regression in ReverseProxy.ServeHTTPJoe Tsai
2019-05-14net/http/httputil: remove all fields in Connection headerJonathon Lacher
2019-03-29net/http/httputil: make ReverseProxy flush headers on FlushIntervalJordan Liggitt
2019-01-09net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgradesBrad Fitzpatrick
2019-01-02net/http/httputil: fix missing previous headers in response when switching pr...Julien Salleyron
2018-12-04net/http/httputil: add tests for singleJoiningSlash.Bobby DeSimone
2018-12-03net/http/httputil: fix unannounced trailers when body is emptySALLEYRON Julien
2018-11-13net/http/httputil: make ReverseProxy automatically proxy WebSocket requestsBrad Fitzpatrick
2018-10-09net/http/httputil: rewrite flushing code, disable on Server-Sent EventsBrad Fitzpatrick
2018-07-13http/http/httputil: add ReverseProxy.ErrorHandlerJulien Salleyron
2018-07-09net/http/httputil: don't panic in ReverseProxy unless running under a ServerBrad Fitzpatrick
2018-05-30net/http/httputil: reduced log verbosity in reverseproxy_test.goteague
2018-05-29net/http/httputil: pass through any "TE: trailers" header to backendBrad Fitzpatrick
2018-04-04net/http/httputil: make ReverseProxy panic on error while copying bodyJames Hartig
2018-01-06Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on faile...Brad Fitzpatrick
2017-11-14net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requestsAkhil Indurti
2017-11-11net/http/httputil: make ReverseProxy close response body if ModifyResponse re...Edan B
2017-06-26net/http/httputil: always deep copy the Request.Header map in ReverseProxyBrad Fitzpatrick
2017-05-24net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke
2017-05-22net/http/httputil: ReverseProxy should pass on unannounced TrailersTristan Colgate
2017-03-08net/http: use httptest.Server Client in testsJohan Brandhorst
2017-02-01net/http/httputil: eliminate duplicate alloc/copy in ReverseProxyBlake Mizerany
2016-11-01net/http/httputil: add ModifyResponse to reverseProxyEmmanuel Odeke
2016-10-24net/http/httputil: log err encountered during reverseproxy body copyingMichael Fraenkel
2016-09-08net/http/httputil: remove custom hop-by-hop headers from response in ReverseP...Sina Siadat