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-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
2021-12-07
net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_big
Bryan C. Mills
2021-11-30
net/http: eliminate arbitrary timeout in TestClientWriteShutdown
Bryan C. Mills
2021-11-29
vendor: update golang.org/x/net to tip
Ian Lance Taylor
2021-11-12
net/http: do not send Transfer-Encoding: identity in responses
Damien Neil
2021-11-12
net/http: do not cancel request context on response body read
Damien Neil
2021-11-09
all: update vendored golang.org/x/{net,text} for Go 1.18 release
Dmitri Shuralyov
2021-11-09
net/http: add MaxBytesHandler
Carl Johnson
2021-11-08
net/http: deflake TestTimeoutHandlerContextCanceled
Damien Neil
2021-11-07
net/http: fix spelling in documentation
jiahua wang
2021-11-05
net/http: adjust a substring which matches "uninteresting" goroutine
Nevkontakte
2021-11-05
net/http: distinguish between timeouts and client hangups in TimeoutHandler
Charlie Getzen
2021-11-05
net/http: fix comment of writeRequest
Keiichi Hirobe
2021-11-04
net/http: reduce TestClientTimeout_h{1,2} latency
Bryan C. Mills
2021-11-02
net/http: deflake TestServerKeepAlivesEnabled_h{1,2}
Damien Neil
[prev]
[next]