aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil/reverseproxy_test.go
AgeCommit message (Expand)Author
2016-09-02net/http/httputil: make ReverseProxy send nil Body requests when possibleBrad Fitzpatrick
2016-09-02net/http/httputil: remove proxied headers mentioned in connection-tokensSina Siadat
2016-05-16net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...Artyom Pervukhin
2016-04-01net/http/httputil: make ReverseProxy return 502 Bad Gateway instead of 500Brad Fitzpatrick
2016-02-03net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop headerBrad Fitzpatrick
2016-02-02net/http/httputil: fix spelling of Trailer hop-by-hop header per errataBrad Fitzpatrick
2016-01-07net/http, net/http/httputil: fix nits found by vetMikio Hara
2016-01-05net/http: relax recently-updated rules and behavior of CloseNotifierBrad Fitzpatrick
2015-10-28net/http/httputil: add hook for managing io.Copy buffers per requestBrad Fitzpatrick
2015-10-16net: unblock plan9 TCP Read calls after socket closeBrad Fitzpatrick
2015-09-11all: use one 'l' when cancelling everywhere except SolarisRob Pike
2015-08-26net/http/httputil: permit nil request body in ReverseProxyBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-07net/http/httputil: make ReverseProxy support TrailersBrad Fitzpatrick
2015-01-10net/http/httputil: skip TestReverseProxyCancellation on Plan 9David du Colombier
2015-01-09net/http/httputil: ReverseProxy request cancellationPeter Waller
2014-09-08build: move package sources from src/pkg to srcRuss Cox