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-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
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
[prev]
[next]