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
Age
Commit message (
Expand
)
Author
2024-03-11
net/http/httptest: add NewRequestWithContext
Kevin Burke
2024-03-11
net/http: support socks5h proxy schema
胡玮文
2024-03-10
net/http: update bundle
Russ Cox
2024-03-09
internal/godebugs: test for use of IncNonDefault
Russ Cox
2024-03-08
net/http: close res.Body
guoguangwu
2024-03-08
net/http: remove persistConn reference from wantConn
Alexander Yastrebov
2024-03-07
net/http: set Cache-Control header only if presents on error
Cuong Manh Le
2024-03-07
all: remove redundant string conversions when formatting []byte with %s
cui fliter
2024-03-06
net/http: add ResponseController http2 request without body read deadline test
Alexander Yastrebov
2024-03-06
net/http: remove misleading response headers on error
Mitar
2024-03-05
net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zones
Damien Neil
2024-03-04
net/http: adjust wording on ServeMux godoc
Dave Russell
2024-03-04
net/http/cgi: close res.Body
guoguangwu
2024-02-29
net/http: remove Content-Length header in http.Error
Damien Neil
2024-02-28
net/http: make timeout errors match context.DeadlineExceeded
Damien Neil
2024-02-27
net/http/httputil: avoid ReverseProxy data race on 1xx response and error
Damien Neil
2024-02-27
net/http: prevent redirect loop in serveFile if "/" is a normal file
Mauri de Souza Meneguzzo
2024-02-27
net/http/pprof: avoid panic with user-defined "GET /" route
Matteo Vaccari
2024-02-26
net/http: reject client-side retries in server timeout tests
Bryan C. Mills
2024-02-26
path/filepath: add Localize
Damien Neil
2024-02-26
net/http: allow multiple spaces between method and path in mux patterns
Jes Cok
2024-02-24
net/http: make FileServer look good on mobile
Max 👨🏽💻 Coplan
2024-02-20
net/http: add missing call to decConnsPerHost
Julian Tibble
2024-02-14
net/http: reject requests with invalid Content-Length headers
Andy Pan
2024-02-13
net/http: close connection if OnProxyConnectResponse returns an error
Damien Neil
2024-02-13
net/http: refine trailing-slash redirect logic
Jonathan Amsterdam
2024-02-12
net/http: remove superfluous newline on redirects
codesoap
2024-01-30
net/textproto: reject HTTP requests with empty header keys
Andy Pan
2024-01-29
net/http: allow nothingWrittenError in TestTransportPersistConnReadLoopEOF
Michael Pratt
2024-01-26
Revert "net/http: wrap client errors"
Cherry Mui
2024-01-25
net/http: wrap client errors
kayos@tcp.direct
2024-01-22
all: update vendored dependencies
Cherry Mui
2024-01-22
net/http/pprof: configure WriteDeadline
Alexander Yastrebov
2024-01-10
net: add available godoc link
cui fliter
2024-01-09
net/http: clarify the precedence order for Request.FormValue
Jes Cok
2024-01-04
net/http: respond with 400 Bad Request for empty hex number of chunk length
Andy Pan
2024-01-04
net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...
Bryan C. Mills
2024-01-03
net/http: make Request.Clone create fresh copies for matches and otherValues
Jes Cok
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-07
internal/profile: fully decode proto even if there are no samples
Michael Pratt
2023-12-05
net/http: limit chunked data overhead
Damien Neil
2023-12-01
net/http: avoid leaking io.Copy goroutines (and hijacked connections) in Test...
Bryan C. Mills
2023-11-29
all: update vendored dependencies
Dmitri Shuralyov
2023-11-21
net/http: use pointers to array for copyBufPool
Jorropo
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-17
all: add missing copyright header
Jes Cok
2023-11-17
net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConn
Andy Pan
2023-11-15
net/http: don't set length for non-range encoded content requests
Damien Neil
2023-11-14
crypto/tls: remove RSA KEX ciphers from the default list
Roland Shoemaker
2023-11-09
net/http: use copyBufPool in transferWriter.doBodyCopy()
Michał Matczuk
[prev]
[next]