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-09-09
net/http: convert allowQuerySemicolonsInUse to atomic type
cui fliter
2022-09-07
net/http: use strings.Builder
cuiweixie
2022-09-06
all: update vendored golang.org/x/net
Damien Neil
2022-09-06
net/http: clarify proxy selection from environment
Sean Liao
2022-09-06
net/http: using strings.Builder
cuiweixie
2022-09-06
net/http/cgi: use strings.Builder
cuiweixie
2022-09-06
net/http/httptrace: use strings.Builder
cuiweixie
2022-09-06
net/http/httputil: use strings.Builder
cuiweixie
2022-09-06
net/http: make triv.go example less insecure
Damien Neil
2022-09-05
net/http: don't time out idle server connections after ReadHeaderTimeout
Eliza Weisman
2022-08-31
net/http/pprof: link docs to runtime/pprof
Sean Liao
2022-08-29
net/http: FileServer method check + minimal OPTIONS implementation
Pascal S. de Kloe
2022-08-26
net/http: don't panic on very large MaxBytesReaderLimit
cuiweixie
2022-08-26
net/http: mention io.Seeker requirement in FS documentation
Alex Studer
2022-08-26
net/http: add errors.As support for x/net/http2.StreamError
Akshay Shah
2022-08-24
net/http: remove unused doneChan
Alexander Yastrebov
2022-08-23
net/http/httputil: do not duplicate 'Connection: close' headers
Miguel Ángel Jimeno
2022-08-22
net/http/cookiejar: remove duplicate words from comments
Abirdcfly
2022-08-22
net/http: skip Get flakes in TestClientTimeout tests on windows/arm4
Bryan C. Mills
2022-08-18
all: remove duplicate "the" words in comments
Abirdcfly
2022-08-17
net/http: return ErrNoCookie from Request.Cookie when name is ""
muyizixiu
2022-08-16
net/http/httputil: add ReverseProxy.Rewrite
Damien Neil
2022-08-15
net/http: make Request.WithContext documentation less prescriptive
Damien Neil
2022-08-15
net/http: allow zero-valued Expires in Cookie.Valid
Amit Saha
2022-08-15
net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS *
Alexander Yastrebov
2022-08-12
net/http: add a test to verify form tempfiles are deleted
Damien Neil
2022-08-12
all: replace hand-rolled atomicBool types with atomic.Bool
Ludi Rehak
2022-08-12
net/http/httputil: don't insert default User-Agent header in proxied requests
Damien Neil
2022-08-12
net/http/httputil: add X-Forwarded-{Host,Proto} headers in ReverseProxy
Damien Neil
2022-08-12
net/http: trim cookie names
darmiel
2022-08-10
net/http/cgi: remove port from the CGI environment of variable SERVER_NAME
hopehook
2022-08-09
net/http: remove unused method needsSniff
Abirdcfly
2022-08-08
net/http: change conn.curReq type to atomic.Pointer[response]
Ludi Rehak
2022-08-05
all: update vendored golang.org/x/{net,tools} for Go 1.20 development
Dmitri Shuralyov
2022-07-21
net/http: remove accidental heading in Head documentation
Dmitri Shuralyov
2022-07-18
http: improve Get documentation
minherz
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
[prev]
[next]