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
/
server.go
Age
Commit message (
Expand
)
Author
2020-09-06
net/http: mark http/2 connections active
Michael Fraenkel
2020-09-01
net/http: refactor ResponseWriter.ReadFrom to permit splice on Linux
Paul Forgey
2020-08-25
net/http: handle Request.URL.RawPath in StripPrefix
Andrew Gerrand
2020-07-14
net/http: synchronize "100 Continue" write and Handler writes
Russ Cox
2020-06-08
all: avoid awkward wording from CL 236857
Russ Cox
2020-06-08
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2020-05-01
net/http: remove badStringError, make some unexported structs non-comparable
Brad Fitzpatrick
2020-04-21
net/http: fix Server.Shutdown race where it could miss an active connection
Brad Fitzpatrick
2020-03-15
net/http: use atomicBool for inShutdown
Robert Kuska
2019-11-21
net/http: fix Server.ConnContext modifying context for all new connections
Roman Kollár
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-10-25
net/http: fix comment TimeoutHandler no longer supports Flusher
pokutuna
2019-10-21
net/http: remove parseURL variable
Dmitri Shuralyov
2019-10-21
net/http: make TimeoutHandler log spurious WriteHeader calls
Emmanuel T Odeke
2019-10-15
net/http: remove references to old NPN support
Brad Fitzpatrick
2019-10-09
net/http: do not sniff response if Content-Encoding header is set
Emmanuel T Odeke
2019-10-08
net/http: use err as error var in server.Serve
Davor Kapsa
2019-09-26
net/http, doc/go1.13.html: revert TimeoutHandler.Flush
Emmanuel T Odeke
2019-08-27
net/http: enhance documentation for Server.Addr
Anderson Queiroz
2019-08-26
net/http: make docs refer to Context.Value as a getter instead of context.Wit...
Kevin Gillette
2019-08-22
net/http: change TimeoutHandler's docs to match its new interfaces
Jeff Hodges
2019-06-19
net/http: fix Server.IdleTimeout and Server.ReadHeaderTimeout docs
Raghavendra Nagaraj
2019-06-10
doc, net/http: add release notes for net/http and fix doc comments
Andrew Bonventre
2019-06-07
net/http: support BaseContext & ConnContext for http2 Server
Brad Fitzpatrick
2019-06-04
net/http: roll back "clean the path of the stripped URL by StripPrefix"
Dmitri Shuralyov
2019-04-30
net/http: make Server return 501 for unsupported transfer-encodings
Emmanuel T Odeke
2019-04-24
net/http: export Header.Clone, reduce its allocations, use it everywhere
Brad Fitzpatrick
2019-04-15
net/http: add Server BaseContext & ConnContext fields to control early context
Brad Fitzpatrick
2019-04-04
net: add KeepAlive field to ListenConfig
Leo Antunes
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2019-03-05
all: join a few chained ifs
Daniel Martí
2019-03-02
net/http: make TimeoutHandler's ResponseWriter implement Pusher
LE Manh Cuong
2019-02-26
net/http: clean the path of the stripped URL by StripPrefix
Ggicci
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-11-14
net/http: make Transport respect {X-,}Idempotency-Key header
Brad Fitzpatrick
2018-11-02
net/http: speed up ServeMux matching
Carl Mastrangelo
2018-10-25
net/http: fix comment change omitted between versions of CL 143177
Brad Fitzpatrick
2018-10-24
crypto/tls, net/http: reject HTTP requests to HTTPS server
Brad Fitzpatrick
2018-10-03
net/http: log call site which causes multiple header writes
David Url
2018-08-21
net/http: remove unnecessary return
Tim Cooper
2018-07-31
net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)
Brad Fitzpatrick
2018-07-24
net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docs
Filippo Valsorda
2018-07-24
net/http: document that Client methods always return *url.Error
Brad Fitzpatrick
2018-07-23
net/http: update Serve docs on when HTTP/2 is enabled
Brad Fitzpatrick
2018-07-13
net/http: don't cancel Request.Context on pipelined Server requests
Brad Fitzpatrick
2018-07-10
net/http: remove dead code noted in post-submit review of CL 81778
Brad Fitzpatrick
2018-07-09
net/http: comment handleReadError more, superficially use its argument
Brad Fitzpatrick
2018-07-06
all: clean up some Deprecated comments
Brad Fitzpatrick
2018-07-03
net/http: prevent Server reuse after a Shutdown
Brad Fitzpatrick
[prev]
[next]