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
2017-11-11
net/http/httputil: make ReverseProxy close response body if ModifyResponse re...
Edan B
2017-06-26
net/http/httputil: always deep copy the Request.Header map in ReverseProxy
Brad Fitzpatrick
2017-05-24
net/http: deep copy Request.URL also in Request.WithContext's copy
Emmanuel Odeke
2017-05-22
net/http/httputil: ReverseProxy should pass on unannounced Trailers
Tristan Colgate
2017-03-08
net/http: use httptest.Server Client in tests
Johan Brandhorst
2017-02-01
net/http/httputil: eliminate duplicate alloc/copy in ReverseProxy
Blake Mizerany
2016-11-01
net/http/httputil: add ModifyResponse to reverseProxy
Emmanuel Odeke
2016-10-24
net/http/httputil: log err encountered during reverseproxy body copying
Michael Fraenkel
2016-09-08
net/http/httputil: remove custom hop-by-hop headers from response in ReverseP...
Sina Siadat
2016-09-08
net/http/httputil: copy header map if necessary in ReverseProxy
Sina Siadat
2016-09-04
net/http/httputil: t.Error -> t.Errorf
Josh Bleecher Snyder
2016-09-02
net/http/httputil: make ReverseProxy send nil Body requests when possible
Brad Fitzpatrick
2016-09-02
net/http/httputil: remove proxied headers mentioned in connection-tokens
Sina Siadat
2016-05-16
net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...
Artyom Pervukhin
2016-04-01
net/http/httputil: make ReverseProxy return 502 Bad Gateway instead of 500
Brad Fitzpatrick
2016-02-03
net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop header
Brad Fitzpatrick
2016-02-02
net/http/httputil: fix spelling of Trailer hop-by-hop header per errata
Brad Fitzpatrick
2016-01-07
net/http, net/http/httputil: fix nits found by vet
Mikio Hara
2016-01-05
net/http: relax recently-updated rules and behavior of CloseNotifier
Brad Fitzpatrick
2015-10-28
net/http/httputil: add hook for managing io.Copy buffers per request
Brad Fitzpatrick
2015-10-16
net: unblock plan9 TCP Read calls after socket close
Brad Fitzpatrick
2015-09-11
all: use one 'l' when cancelling everywhere except Solaris
Rob Pike
2015-08-26
net/http/httputil: permit nil request body in ReverseProxy
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-07-07
net/http/httputil: make ReverseProxy support Trailers
Brad Fitzpatrick
2015-01-10
net/http/httputil: skip TestReverseProxyCancellation on Plan 9
David du Colombier
2015-01-09
net/http/httputil: ReverseProxy request cancellation
Peter Waller
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]