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-06-05
net/http: use default HTTP/2 frame scheduler
Damien Neil
2024-06-04
all: update vendored dependencies
Michael Anthony Knyszek
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-23
net/http: remove TestTransportDialCancelRace
Damien Neil
2024-05-23
all: document legacy //go:linkname for modules with ≥200 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-22
crypto/tls: disable 3-DES by default
Filippo Valsorda
2024-05-22
net/http: add partitioned attribute to cookie type
islishude
2024-05-21
net/http: disable flaky 100-continue tests
Damien Neil
2024-05-17
all: add push linknames to allow legacy pull linknames
Cherry Mui
2024-05-17
net/http: return correct error when reading from a canceled request body
Damien Neil
2024-05-16
net/http: add Pattern field in Request to return matched pattern info
Chen.Zhidong
2024-05-16
net/http: simplify HTTP/1 request cancelation
Damien Neil
2024-05-15
net/http, reflect: rename Test function names
Jes Cok
2024-05-14
net/http: avoid panic when writing 100-continue after handler done
Damien Neil
2024-05-10
net/http/httptest: add comment to Server.Client() about Server.URL
Alireza Ghasemi
2024-05-09
net/http: remove misleading response headers on error
Russ Cox
2024-04-30
net/http: represent multi wildcards properly
Jonathan Amsterdam
2024-04-30
http: fix some comments typo in server.go
The Backend Grip
2024-04-25
net/http: improve continue statements for tests
Jes Cok
2024-04-23
all: fix some typos in comments
racequite
2024-04-22
net/http: correct error messages for TestParseSetCookie
Jes Cok
2024-04-19
net/http: add field Cookie.Quoted bool
Nuno Gonçalves
2024-04-18
net/http: add case for TestParseSetCookie
Jes Cok
2024-04-18
net/http: add comments that servemux121.go should remain frozen
apocelipes
2024-04-17
net/http: don't cancel Dials when requests are canceled
Damien Neil
2024-04-17
net/http: add ParseCookie, ParseSetCookie
Jes Cok
2024-04-12
net/http: fix debugRoundTrip log typo
guangwu
2024-04-08
all: update vendored golang.org/x/net
Dmitri Shuralyov
2024-04-08
net/http: update HandlerWritesTooMuch test to allow different h1/h2 behavior
Damien Neil
2024-04-05
all: update vendored golang.org/x/net
Dmitri Shuralyov
2024-04-05
all: update vendored golang.org/x/net to v0.23.0
Dmitri Shuralyov
2024-04-03
net/http: speed up go test
Felix Geisendörfer
2024-03-29
net/http: correct doc for ServeFileFS
Jes Cok
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-26
net/http: fix typo in log message
Damien Neil
2024-03-26
net/http: panic early in do when Client is nil
Kevin Burke
2024-03-25
net/http: also log TLS errors which look like HTTP sent to an HTTPS port
Damien Neil
2024-03-25
net/http: eliminate the needless idle timeout for TestServerNoReadTimeout
Andy Pan
2024-03-25
net/http: update bundled x/net/http2
Andy Pan
2024-03-22
net/http: ensure server handler is done in TestServerNoWriteTimeout
Damien Neil
2024-03-21
net/http: use slices to simplify the code
apocelipes
2024-03-21
src/go.mod, net/http: update bundled+latest golang.org/x/net
Emmanuel T Odeke
2024-03-21
net/http: add tests with zero and negative read/write timeouts
Andy Pan
2024-03-21
net/http: improve error reporting in TestCancelRequestWhenSharingConnection
Damien Neil
2024-03-20
net/http: add Request.CookiesNamed
Timo Furrer
2024-03-20
net/http: validate outgoing/client request trailers
Emmanuel T Odeke
2024-03-19
net/http: update bundled x/net/http2
Andy Pan
[prev]
[next]