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
Age
Commit message (
Expand
)
Author
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-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-11-13
net/http/httputil: make ReverseProxy automatically proxy WebSocket requests
Brad Fitzpatrick
2018-10-10
net/http/httputil: fix race/crash in previous ReverseProxy change
Brad Fitzpatrick
2018-10-09
net/http/httputil: rewrite flushing code, disable on Server-Sent Events
Brad Fitzpatrick
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-07-17
http/internal: document final CRLF behavior on chunkedWriter
Eric Daniels
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-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
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-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2018-01-06
Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on faile...
Brad Fitzpatrick
2017-12-07
net/http/httputil: remove redundant call of setBody in test
go1.10beta1
Joe Kyo
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-14
net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requests
Akhil Indurti
2017-11-11
net/http/httputil: make ReverseProxy close response body if ModifyResponse re...
Edan B
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-10-16
net/http/httputil: extract duplicate code as removeConnectionHeaders
Kunpei Sakai
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-06
net/http/httputil: don't log read error when it's context.Canceled
Sameer Ajmani
2017-02-01
net/http/httputil: eliminate duplicate alloc/copy in ReverseProxy
Blake Mizerany
2017-01-04
net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBody
Brad Fitzpatrick
2016-12-29
net/http/httputil: clarify the contract on ReverseProxy's Director.
Mike Wiacek
2016-11-10
net/http: document and deprecate type and errors of type ProtocolError
Brad Fitzpatrick
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-26
net/http/httputil: preallocate trailerKeys slice
Gyu-Ho Lee
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-28
net/http/httputil: fix typos in deprecation comments
Emmanuel Odeke
2016-05-16
net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...
Artyom Pervukhin
2016-05-01
net/http: add Response.Uncompressed bool
Brad Fitzpatrick
2016-04-09
net/http/httputil: DumpRequest dumps Content-Length if set in header
Emmanuel Odeke
2016-04-06
net/http, net/http/httputil: start with capitals in deprecation sentences
Brad Fitzpatrick
2016-04-01
net/http/httputil: deprecate Client+ServerConn harder, use Deprecated syntax
Brad Fitzpatrick
2016-04-01
net/http/httputil: make ReverseProxy return 502 Bad Gateway instead of 500
Brad Fitzpatrick
2016-03-31
net/http, net/http/httputil: rename lk to mu
Brad Fitzpatrick
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
[prev]
[next]