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
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
2021-08-04
net/http: speed up and deflake TestCancelRequestWhenSharingConnection
Damien Neil
2021-07-30
net/http/httputil: close incoming ReverseProxy request body
Damien Neil
2021-07-16
net/http: correct capitalization in cancelTimeBody comment
shota3506
2021-07-02
net/http: mention socks5 support in proxy
Sean Liao
2021-06-15
net/http: improve some server docs
Filippo Valsorda
2021-06-10
net/http: remove test-only private key from production binaries
Damien Neil
2021-06-09
net/http: add AllowQuerySemicolons
Filippo Valsorda
2021-06-09
net/url: reject query values with semicolons
Katie Hockman
2021-06-04
net/http: fix ResponseWriter.ReadFrom with short reads
Damien Neil
2021-05-27
net/http: correct Client.Do doc about context cancelation
Manlio Perillo
2021-05-27
net/http/httputil: always remove hop-by-hop headers
Filippo Valsorda
2021-05-19
cmd/internal/moddeps: use filepath.SkipDir only on directories
Dmitri Shuralyov
2021-05-14
net/http: prevent infinite wait during TestMissingStatusNoPanic
Michael Fraenkel
2021-05-14
all: fix spelling
John Bampton
2021-05-11
net/http: check that Unicode-aware functions are not used
Filippo Valsorda
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2021-05-05
net/http: ignore directory path when parsing multipart forms
Katie Hockman
2021-05-05
all: update vendored dependencies for Go 1.17
Alexander Rakoczy
[prev]
[next]