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
/
transfer.go
Age
Commit message (
Expand
)
Author
2016-10-22
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-10-19
net/http: make NewRequest set empty Body nil, don't peek Read Body in Transport
Brad Fitzpatrick
2016-10-17
net/http: support multiple identical Content-Length headers
Emmanuel Odeke
2016-09-30
net/http: refactor testing of Request.Body on 0 ContentLength
Brad Fitzpatrick
2016-08-16
net/http: use keyed composite literal
Josh Bleecher Snyder
2016-07-13
all: rename vendored golang.org/x/net packages to golang_org
Brad Fitzpatrick
2016-05-19
net/http: update bundled http2
Brad Fitzpatrick
2016-04-12
all: standardize RFC mention format
Dan Peterson
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-25
net/http: refactored internal shouldClose for readability
Emmanuel Odeke
2016-01-05
net/http: relax recently-updated rules and behavior of CloseNotifier
Brad Fitzpatrick
2015-12-17
net/http: be more consistent about Request.Method "" vs "GET"
Brad Fitzpatrick
2015-12-16
net/http: split Trailers tests into two halves
Brad Fitzpatrick
2015-10-13
net/http: ignore Transfer-Encoding for HTTP/1.0 responses
Brad Fitzpatrick
2015-08-05
net/http: close server conn after broken trailers
Jed Denlea
2015-08-03
net/http: fix server/transport data race when sharing the request body
Brad Fitzpatrick
2015-07-27
net/http: pause briefly after closing Server connection when body remains
Brad Fitzpatrick
2015-07-07
net/http: revert overly-strict part of earlier smuggling defense
Brad Fitzpatrick
2015-06-30
net/http: harden Server against request smuggling
Brad Fitzpatrick
2015-06-25
net/http: bound the number of bytes read seeking EOF in Handler's Body.Close
Brad Fitzpatrick
2015-05-14
net/http: flush request body chunks in Transport
Brad Fitzpatrick
2015-04-29
net/http: handle "close" amongst multiple Connection tokens
Brad Fitzpatrick
2015-04-29
net/http: Don't set Content-Length: -1 when responding to a POST
Peter Waldschmidt
2015-01-07
bufio: add Reader.Discard
Brad Fitzpatrick
2014-12-30
net/http: support for setting trailers from a server Handler
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]