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-29
net/http: remove deadstore statement
cuiweixie
2022-09-29
net/http: use time.Compare
cuiweixie
2022-09-28
all: fix some typos
cui fliter
2022-09-27
net/http: fix the potential leak of textproto.Reader from pool
Andy Pan
2022-09-23
net/http/httputil: avoid query parameter smuggling
Damien Neil
2022-09-21
net/http: add tracing to TestTransportReuseConnection_Gzip_*
Damien Neil
2022-09-21
net/http: accept HEAD requests with a body
Damien Neil
2022-09-21
all: update vendored golang.org/x/net
Damien Neil
2022-09-19
net/http: convert Server.disableKeepAlives to atomic type
cuiweixie
2022-09-19
net/http: correctly test for leading header spaces in TestReadRequest_Bad
Damien Neil
2022-09-16
net/http: deflake TestServerCancelsReadHeaderTimeoutWhenIdle
Bryan C. Mills
2022-09-16
net/http/httputil: remove duplicated code block
Damien Neil
2022-09-14
net/http/httputil: forward 1xx responses in ReverseProxy
Kévin Dunglas
2022-09-13
net/http: make DefaultTransport docs about HTTP proxy consistent
Vladimir Varankin
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
[prev]
[next]