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-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
2021-01-26
net/http/fcgi: remove locking added to prevent a test-only race
Hilko Bengen
2021-01-22
net/http: fix flaky TestDisableKeepAliveUpgrade
Damien Neil
2021-01-06
net/http/httputil: fix deadlock in DumpRequestOut
Steven Hartland
2020-12-17
crypto/tls: revert "add HandshakeContext method to Conn"
Johan Brandhorst
2020-12-14
net/http/pprof: don't treat os.Args as format string in Cmdline handler
Brad Fitzpatrick
2020-12-14
net/http: attempt deadlock fix in TestDisableKeepAliveUpgrade
Anmol Sethi
2020-12-10
std: update golang.org/x/net to 20201209123823-ac852fbbde11
Dmitri Shuralyov
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-09
net/http: add connections back that haven't been canceled
Michael Fraenkel
2020-12-03
mime/multipart: handle ReadForm(math.MaxInt64) better
Russ Cox
2020-12-01
net/http: allow upgrading non keepalive connections
Anmol Sethi
2020-12-01
net/http: ignore connection closes once done with the connection
Michael Fraenkel
2020-11-11
all: update vendored dependencies for Go 1.16 release
Dmitri Shuralyov
2020-11-09
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2020-10-27
net/http: use exponential backoff for polling in Server.Shutdown
Dan Peterson
2020-10-24
net/http: fix typo in TestTransportReadToEndReusesConn
Keiichi Hirobe
2020-10-21
net/http: test that ParseMultipartForm catches overflows
Emmanuel T Odeke
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
net/http: add FS to convert fs.FS to FileSystem
Russ Cox
2020-10-20
net/http/cgi: preserve env vars on illumos
Tobias Klauser
2020-10-20
net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too
Nikhil Benesch
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-19
Revert "net/http: test that ParseMultipartForm returns an error for int overf...
Bryan C. Mills
[prev]
[next]