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
2022-07-12
net/http: clarify that MaxBytesReader returns *MaxBytesError
Damien Neil
2022-07-11
net/http: remove Content-Encoding in writeNotModified
Mitar
2022-07-08
net/http: wait for listeners to exit in Server.Close and Shutdown
Damien Neil
2022-07-01
net/http: omit invalid header value from error message
Alexander Yastrebov
2022-06-29
net/http: preserve nil values in Header.Clone
Damien Neil
2022-06-29
net/http: don't strip whitespace from Transfer-Encoding headers
Damien Neil
2022-06-10
net/http: doc: update RFC reference for appropriate HTTP codes
Louis PORTAY
2022-05-18
net/http/cookiejar: allow cookies with an IP address in the domain attribute
Volker dobler
2022-05-17
all: fix spelling
John Bampton
2022-05-17
net/http: unskip TestEarlyHintsRequest_h2
Kévin Dunglas
2022-05-17
net/http: allow sending 1xx responses
Kévin Dunglas
2022-05-16
all: update vendored golang.org/x dependencies for Go 1.19 release
Dmitri Shuralyov
2022-05-11
Revert "net/http: close accepted connection"
Alexander Yastrebov
2022-05-09
net/http: close accepted connection
Alexander Yastrebov
2022-05-08
all: fix some lint issues
Ryan Leung
2022-05-03
io: NopCloser forward WriterTo implementations if the reader supports it
Jorropo
2022-05-02
net/http: fix for recent go.mod update
Russ Cox
2022-05-02
vendor, net/http: update golang.org/x/net to tip
Jorropo
2022-04-25
net/http: add MaxBytesError
Carl Johnson
2022-04-20
net/http: drop mimesniff for audio/basic
Sean Liao
2022-04-20
net/http: deflake TestTransportConnectionCloseOnRequest
Brad Fitzpatrick
2022-04-18
net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_Conn...
Bryan C. Mills
2022-04-17
net/http: correctly show error types in transfer test
Jorropo
2022-04-15
net/http: optimize StatusText implementation
João Penteado
2022-04-15
net/http: remove cloneURL call in WithContext
Bobby Powers
2022-04-11
net/http/httptest: allow multiple fields be present in one Trailer field
Maxime Soulé
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-08
all: consistently use US spelling of present participles
Daniel Martí
2022-04-06
net/http: ignore ECONNRESET errors in TestTransportConcurrency on netbsd
Bryan C. Mills
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
all: fix TODO comment hanging indents
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-31
net/http: handle 3xx responses with no Location
Damien Neil
2022-03-25
net/http/httptest: fix race in Server.Close
Maisem Ali
2022-03-24
net/http/httputil: ignore CloseNotify when a non-background context is present
Damien Neil
2022-03-22
net/http: fix nil body causing ParseMultipartForm to panic
hopehook
2022-03-20
net/http: flesh out Request.SetBasicAuth docs a bit
Brad Fitzpatrick
2022-03-17
all: update vendored x dependencies for Go 1.19 development cycle
Heschi Kreinick
2022-03-08
net/http/pprof: skip TestDeltaProfile on all arm and arm64 architectures
Bryan C. Mills
2022-02-14
net/http: deflake request-not-written path
Damien Neil
2022-01-18
net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64
Bryan C. Mills
2022-01-10
net/http: map FS Open errors just like Dir
Jonathan Amsterdam
2022-01-08
net/http/internal/testcert: use FIPS-compliant certificate
Damien Neil
2022-01-05
net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64
Bryan C. Mills
2021-12-21
net/http: fix link to ResponseWriter trailer example
Reilly Watson
2021-12-16
net/http/pprof: skip TestDeltaProfile on openbsd/arm
Bryan C. Mills
2021-12-13
net/http: revert h2_bundle.go formatting change from CL 368254
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-09
net/http: update bundled golang.org/x/net/http2
Filippo Valsorda
[prev]
[next]