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-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
2021-05-03
net/http: use relative path in Location redirect
Roland Shoemaker
2021-04-16
net/http/fcgi: eliminate race, keep request id until end of stdin
Hilko Bengen
2021-04-16
net/http/cgi: Remove hard-coded ServeHTTP timeout
HowJMay
2021-04-16
net/http: make ReadRequest return an error when requests have multiple Host h...
ian woolf
2021-04-16
net/http: using errors.Is in fs error detection
Peng Gao
2021-04-16
net/http: add to deadlines only when positive
Joshua Harshman
2021-04-15
net/http: allow multiple dials in TestTransportMaxConnsPerHost
Michael Fraenkel
2021-04-14
net/http/httptest: panic on non-3 digit (XXX) status code in Recorder.WriteHe...
ian woolf
2021-04-10
all: fix spellings
Naman Gera
2021-04-07
net/http: replace os.MkdirTemp with T.TempDir
ianwoolf
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2021-03-31
net/http: use consistent case in URL in names
徐志伟
2021-03-25
net/http/httptest: wait for user ConnState hooks
Damien Neil
2021-03-24
net/http: fix request cancellation race
Damien Neil
2021-03-23
net/http: treat MaxBytesReader's negative limits as equivalent to zero limit
Artur M. Wolff
2021-03-19
net/http: make ExampleGet show StatusCode checks for non-1XX,2XX responses
Emmanuel T Odeke
2021-03-19
net/http: mention NewRequestWithContext+Client.Do for custom contexts
Emmanuel T Odeke
2021-03-16
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2021-03-15
all: update golang.org/x/* dependencies
Emmanuel T Odeke
2021-03-13
net/http: revert change from CL 299109 breaking TestAllDependencies
Tobias Klauser
2021-03-13
all: remove duplicate words
John Bampton
2021-03-13
net/http: note that "HTTP/2" is invalid for ParseHTTPVersion
Josh Deprez
2021-03-13
all: use HTML5 br tags
John Bampton
2021-03-11
net/http: revert change to generated file from CL 296152
Bryan C. Mills
2021-03-11
docs: clarify when APIs use context.Background.
Matt T. Proud
2021-03-05
net/http/httptrace: fix doc typo
Rodolfo Carvalho
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
[prev]
[next]