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-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-22
all: update vendored dependencies
Cherry Mui
2024-01-22
net/http/pprof: configure WriteDeadline
Alexander Yastrebov
2024-01-10
net: add available godoc link
cui fliter
2024-01-09
net/http: clarify the precedence order for Request.FormValue
Jes Cok
2024-01-04
net/http: respond with 400 Bad Request for empty hex number of chunk length
Andy Pan
2024-01-04
net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...
Bryan C. Mills
2024-01-03
net/http: make Request.Clone create fresh copies for matches and otherValues
Jes Cok
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-07
internal/profile: fully decode proto even if there are no samples
Michael Pratt
2023-12-05
net/http: limit chunked data overhead
Damien Neil
2023-12-01
net/http: avoid leaking io.Copy goroutines (and hijacked connections) in Test...
Bryan C. Mills
2023-11-29
all: update vendored dependencies
Dmitri Shuralyov
2023-11-21
net/http: use pointers to array for copyBufPool
Jorropo
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-17
all: add missing copyright header
Jes Cok
2023-11-17
net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConn
Andy Pan
2023-11-15
net/http: don't set length for non-range encoded content requests
Damien Neil
2023-11-14
crypto/tls: remove RSA KEX ciphers from the default list
Roland Shoemaker
2023-11-09
net/http: use copyBufPool in transferWriter.doBodyCopy()
Michał Matczuk
2023-11-07
net/http/cookiejar: remove unused variable
wulianglongrd
2023-11-07
net/http/cgi: eliminate use of Perl in tests
aimuz
2023-11-06
net/http/cgi: the PATH_INFO should be empty or start with a slash
aimuz
2023-11-06
net/http: remove Content-Encoding header in roundtrip_js
carl.tao
2023-11-06
net/http: set/override Content-Length for encoded range requests
Mitar
2023-11-06
net/http/httptest: remove unnecessary creation of http.Transport
Zeke Lu
2023-11-02
net/http: remove arbitrary timeouts in tests of Server.ErrorLog
Bryan C. Mills
2023-10-26
net/http: pull http2 underflow fix from x/net/http2
Mauri de Souza Meneguzzo
2023-10-23
net/http: remove outdated comment about a support of CONNECT method
Keiichi Hirobe
2023-10-19
all: update vendored dependencies
Dmitri Shuralyov
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2023-10-10
all: pull in x/net v0.17.0 and its dependencies
Dmitri Shuralyov
2023-10-05
net/http: fix ServeMux pattern registration
Jonathan Amsterdam
2023-10-04
net/http/cgi: set SERVER_PORT to 443 when req.TLS != nil
edef
2023-10-03
net/http: document new ServeMux patterns
Jonathan Amsterdam
2023-10-02
net/http: add a test for an empty ServeMux
Jonathan Amsterdam
2023-10-02
net/http: add GODEBUG setting for old ServeMux behavior
Jonathan Amsterdam
2023-09-27
net/http: add extra synchronization for a Logf call in TestTransportAndServer...
Bryan C. Mills
2023-09-25
net/http: remove unused function
Jonathan Amsterdam
2023-09-25
net/http: unescape paths and patterns by segment
Jonathan Amsterdam
2023-09-20
all: simplify bool conditions
Oleksandr Redko
2023-09-20
net/http: eliminate more clientServerTest leaks in tests that use runTimeSens...
Bryan C. Mills
2023-09-20
net/http: eliminate a goroutine leak in (*persistConn.addTLS)
Bryan C. Mills
2023-09-19
net/http: add a benchmark for multi indexing
Jonathan Amsterdam
2023-09-19
net/http: test index exhaustively
Jonathan Amsterdam
2023-09-19
net/http: show offset in pattern parsing error
Jonathan Amsterdam
2023-09-19
net/http: explain why two patterns conflict
Jonathan Amsterdam
2023-09-19
net/http: index patterns for faster conflict detection
Jonathan Amsterdam
2023-09-19
net/http: buffer the testConn close channel in TestHandlerFinishSkipBigConten...
Bryan C. Mills
2023-09-18
net/http: fix bugs in comparePaths and combineRelationships
Jonathan Amsterdam
[next]