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
2022-09-28
[release-branch.go1.18] net/http/httputil: avoid query parameter smuggling
Damien Neil
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-07
net/http: fix spelling in documentation
jiahua wang
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
2021-04-10
all: fix spellings
Naman Gera
2021-01-06
net/http/httputil: fix deadlock in DumpRequestOut
Steven Hartland
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-06
net/http: use ASCII space trimming throughout
Filippo Valsorda
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
2020-01-21
net/http/httputil: add docs about X-Forwarded-For in ReverseProxy
Kévin Dunglas
2019-11-02
net/http/httputil: fix missing Transfer-Encoding header
Harshavardhana
2019-08-28
net/http: fix a long test after CL 185117
Daniel Martí
2019-08-28
net/http/httputil: fix goroutine leak for DumpRequestOut
Agniva De Sarker
2019-07-17
net/http/httputil: fix regression in ReverseProxy.ServeHTTP
Joe Tsai
2019-05-17
net/http/httputil: remove os.Stderr claim in ReverseProxy.ErrorLog docs
Dmitri Shuralyov
2019-05-14
net/http/httputil: remove all fields in Connection header
Jonathon Lacher
2019-05-03
net/http: add func NewRequestWithContext, Request.Clone
Brad Fitzpatrick
2019-04-29
net: correct docs of KeepAlive field in Dialer type
BigMikes
2019-04-24
net/http: export Header.Clone, reduce its allocations, use it everywhere
Brad Fitzpatrick
2019-03-29
net/http/httputil: make ReverseProxy flush headers on FlushInterval
Jordan Liggitt
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2019-02-13
net/http/httputil: make TestDumpRequest idempotent
Emmanuel T Odeke
2019-01-09
net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgrades
Brad Fitzpatrick
2019-01-09
net/http/httputil: fix typo in ReverseProxy godoc
Tobias Klauser
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
[next]