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
2022-12-06
[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2
Damien Neil
2022-12-06
[release-branch.go1.18] os, net/http: avoid escapes from os.DirFS and http.Di...
Damien Neil
2022-09-28
[release-branch.go1.18] net/http/httputil: avoid query parameter smuggling
Damien Neil
2022-09-09
[release-branch.go1.18] all: upgrade golang.org/x/net to v0.0.0-2022090701372...
Damien Neil
2022-09-06
[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2
Damien Neil
2022-07-12
[release-branch.go1.18] net/http: preserve nil values in Header.Clone
Damien Neil
2022-07-12
[release-branch.go1.18] net/http: don't strip whitespace from Transfer-Encodi...
Damien Neil
2022-05-09
[release-branch.go1.18] net/http/httptest: fix race in Server.Close
Maisem Ali
2022-02-14
net/http: deflake request-not-written path
Damien Neil
2022-01-18
net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64
Bryan C. Mills
2022-01-10
net/http: map FS Open errors just like Dir
Jonathan Amsterdam
2022-01-08
net/http/internal/testcert: use FIPS-compliant certificate
Damien Neil
2022-01-05
net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64
Bryan C. Mills
2021-12-21
net/http: fix link to ResponseWriter trailer example
Reilly Watson
2021-12-16
net/http/pprof: skip TestDeltaProfile on openbsd/arm
Bryan C. Mills
2021-12-13
net/http: revert h2_bundle.go formatting change from CL 368254
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-09
net/http: update bundled golang.org/x/net/http2
Filippo Valsorda
2021-12-07
net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_big
Bryan C. Mills
2021-11-30
net/http: eliminate arbitrary timeout in TestClientWriteShutdown
Bryan C. Mills
2021-11-29
vendor: update golang.org/x/net to tip
Ian Lance Taylor
2021-11-12
net/http: do not send Transfer-Encoding: identity in responses
Damien Neil
2021-11-12
net/http: do not cancel request context on response body read
Damien Neil
2021-11-09
all: update vendored golang.org/x/{net,text} for Go 1.18 release
Dmitri Shuralyov
2021-11-09
net/http: add MaxBytesHandler
Carl Johnson
2021-11-08
net/http: deflake TestTimeoutHandlerContextCanceled
Damien Neil
2021-11-07
net/http: fix spelling in documentation
jiahua wang
2021-11-05
net/http: adjust a substring which matches "uninteresting" goroutine
Nevkontakte
2021-11-05
net/http: distinguish between timeouts and client hangups in TimeoutHandler
Charlie Getzen
2021-11-05
net/http: fix comment of writeRequest
Keiichi Hirobe
2021-11-04
net/http: reduce TestClientTimeout_h{1,2} latency
Bryan C. Mills
2021-11-02
net/http: deflake TestServerKeepAlivesEnabled_h{1,2}
Damien Neil
2021-11-02
net/netip: add new IP address package
Brad Fitzpatrick
2021-10-28
net/http: restore generated // +build comment
Bryan C. Mills
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-28
net/http: guarantee that the Transport dial functions are respected in js/wasm
Neil Alexander
2021-10-25
net/http: correct Content-Length parsing for js/wasm
Charlotte Brandhorst-Satzkorn
2021-10-20
net/http/internal: return unexpected EOF on incomplete chunk read
Alexander Yastrebov
2021-10-14
net/http: also use Server.ReadHeaderTimeout for TLS handshake deadline
Brad Fitzpatrick
2021-10-13
net/http/httputil: allow MIME parameters when detecting SSE in ReverseProxy
James Harris
2021-10-06
net/http: add Cookie.Valid method
John Kelly
2021-10-06
all: update golang.org/x/net to pull in CL 353390
Damien Neil
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-10-06
net/http: parse HTTP version strings according to RFC 7230
Damien Neil
2021-10-02
net/http/pprof: use "curl" instead of "wget" in usage example
Leon Klingele
2021-09-02
net/http: fix hang in probing for a zero-length request body
Damien Neil
2021-09-02
net/http: close request body after recovering from a handler panic
Damien Neil
2021-09-01
all: update golang.org/x/net to pull in CL 346890
Damien Neil
2021-08-20
net/http: fix typo in header.go
HuanCheng
2021-08-16
net/http: drop headers with invalid keys in Header.Write
Damien Neil
[next]