index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
httputil
/
reverseproxy_test.go
Age
Commit message (
Expand
)
Author
2025-11-20
net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noop
Nicholas S. Husin
2025-03-19
net/http/httputil: don't call WriteHeader after Hijack
Damien Neil
2025-03-10
net/http/httputil: close hijacked connections when CloseWrite not available
Damien Neil
2025-03-04
net/http/httputil: skip new test on Plan 9
Ian Lance Taylor
2025-03-04
net/http: support TCP half-close when HTTP is upgraded in ReverseProxy
Mark Wakefield
2025-02-04
net: use strings.SplitSeq and bytes.SplitSeq
apocelipes
2024-08-14
net/http/httputil: close res body in test
guoguangwu
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-02-27
net/http/httputil: avoid ReverseProxy data race on 1xx response and error
Damien Neil
2023-03-17
net/http/httputil: use response controller in reverse proxy
Shang Ding
2022-12-21
net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...
Damien Neil
2022-11-22
Revert "net/url, net/http/httputil: accept invalid percent encodings"
Damien Neil
2022-11-15
net/url, net/http/httputil: accept invalid percent encodings
Ian Lance Taylor
2022-09-23
net/http/httputil: avoid query parameter smuggling
Damien Neil
2022-09-14
net/http/httputil: forward 1xx responses in ReverseProxy
Kévin Dunglas
2022-09-06
net/http/httputil: use strings.Builder
cuiweixie
2022-08-16
net/http/httputil: add ReverseProxy.Rewrite
Damien Neil
2022-08-12
net/http/httputil: don't insert default User-Agent header in proxied requests
Damien Neil
2022-08-12
net/http/httputil: add X-Forwarded-{Host,Proto} headers in ReverseProxy
Damien Neil
2021-10-13
net/http/httputil: allow MIME parameters when detecting SSE in ReverseProxy
James Harris
2021-07-30
net/http/httputil: close incoming ReverseProxy request body
Damien Neil
2021-05-27
net/http/httputil: always remove hop-by-hop headers
Filippo Valsorda
2021-05-14
all: fix spelling
John Bampton
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-19
net/http/httputil: copy response header back to http.ResponseWriter in Revers...
Aofei Sheng
2020-10-12
net/http/httputil: flush ReverseProxy immediately if Content-Length is -1
Ignacio Hagopian
2020-05-05
net/http/httputil: don't use testing.T after test completes
Andrew G. Morgan
2020-05-02
net/http/httputil: handle escaped paths in SingleHostReverseProxy
Daniel Kumor
2020-04-30
net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nil
Brad Fitzpatrick
2020-04-26
net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelable
Pierre Carru
2020-04-25
net/http/httputil: fix typo in unit test name
Tyson Andre
2019-08-28
net/http: fix a long test after CL 185117
Daniel Martí
2019-07-17
net/http/httputil: fix regression in ReverseProxy.ServeHTTP
Joe Tsai
2019-05-14
net/http/httputil: remove all fields in Connection header
Jonathon Lacher
2019-03-29
net/http/httputil: make ReverseProxy flush headers on FlushInterval
Jordan Liggitt
2019-01-09
net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgrades
Brad Fitzpatrick
2019-01-02
net/http/httputil: fix missing previous headers in response when switching pr...
Julien Salleyron
2018-12-04
net/http/httputil: add tests for singleJoiningSlash.
Bobby DeSimone
2018-12-03
net/http/httputil: fix unannounced trailers when body is empty
SALLEYRON Julien
2018-11-13
net/http/httputil: make ReverseProxy automatically proxy WebSocket requests
Brad Fitzpatrick
2018-10-09
net/http/httputil: rewrite flushing code, disable on Server-Sent Events
Brad Fitzpatrick
2018-07-13
http/http/httputil: add ReverseProxy.ErrorHandler
Julien Salleyron
2018-07-09
net/http/httputil: don't panic in ReverseProxy unless running under a Server
Brad Fitzpatrick
2018-05-30
net/http/httputil: reduced log verbosity in reverseproxy_test.go
teague
2018-05-29
net/http/httputil: pass through any "TE: trailers" header to backend
Brad Fitzpatrick
2018-04-04
net/http/httputil: make ReverseProxy panic on error while copying body
James Hartig
2018-01-06
Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on faile...
Brad Fitzpatrick
2017-11-14
net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requests
Akhil Indurti
[next]