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
/
internal
Age
Commit message (
Expand
)
Author
2026-01-23
all: update vendored dependencies
Nicholas S. Husin
2025-10-02
net/http: update bundled x/net/http2 and delete obsolete http2inTests
Nicholas S. Husin
2025-03-04
all: update golang.org/x/net
Junyang Shao
2025-02-27
net/http: reject newlines in chunk-size lines
Damien Neil
2025-02-13
net/http, net/http/internal/httpcommon: add httpcommon package
Damien Neil
2025-01-16
net/http: persist header stripping across repeated redirects
Damien Neil
2024-01-10
net: add available godoc link
cui fliter
2024-01-04
net/http: respond with 400 Bad Request for empty hex number of chunk length
Andy Pan
2023-12-05
net/http: limit chunked data overhead
Damien Neil
2022-04-11
all: gofmt main repo
Russ Cox
2022-01-08
net/http/internal/testcert: use FIPS-compliant certificate
Damien Neil
2021-10-20
net/http/internal: return unexpected EOF on incomplete chunk read
Alexander Yastrebov
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-06-10
net/http: remove test-only private key from production binaries
Damien Neil
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-05-21
all: remove PEM-encoded private keys from tests
Russ Cox
2018-07-17
http/internal: document final CRLF behavior on chunkedWriter
Eric Daniels
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2016-10-18
net/http/internal: don't block unnecessarily in ChunkedReader
Brad Fitzpatrick
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-01-25
net/http: check max size of HTTP chunks
Brad Fitzpatrick
2015-11-10
net/http/internal: ignore chunk-extension when reading chunked encoding bodies
Brad Fitzpatrick
2015-11-04
net/http: register HTTP/2 before listening in ListenAndServe
Brad Fitzpatrick
2015-05-14
net/http: flush request body chunks in Transport
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox