index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
server.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/http: document that after Hijack, Request.Body is invalid
Brad Fitzpatrick
2017-07-21
1
-0
/
+3
*
net/http: improve signature of Redirect, NewRequest
Dmitri Shuralyov
2017-07-20
1
-14
/
+19
*
net/http: fix parameter name in comment
Ian Lance Taylor
2017-07-18
1
-1
/
+1
*
net/http: clarify Handler panic behavior across HTTP versions
Brad Fitzpatrick
2017-07-14
1
-3
/
+4
*
net/http: Update server idleTimeout documentation
Qiuxuan Zhu
2017-06-23
1
-1
/
+1
*
net/http: add Server.ServeTLS method
Niklas Schnelle
2017-06-08
1
-28
/
+64
*
net/http: revert CL 43779
Emmanuel Odeke
2017-05-25
1
-9
/
+0
*
net/http: permit incoming CONNECT requests without Host headers
Brad Fitzpatrick
2017-05-24
1
-1
/
+1
*
net/http: Add Server.RegisterOnShutdown
Tom Bergan
2017-05-23
1
-0
/
+15
*
net/http: make ServeMux preserve query string during redirects
Emmanuel Odeke
2017-05-22
1
-0
/
+9
*
net/http: for http2, use the priority write scheduler by default
Tom Bergan
2017-05-11
1
-1
/
+4
*
net/http: bgErr is unused; remove it
Chris Manghane
2017-05-02
1
-6
/
+0
*
net/http: re-simplify HTTP/1.x status line writing
Brad Fitzpatrick
2017-04-28
1
-45
/
+22
*
net/http: make LocalAddrContext handle wildcard interface
Michael Fraenkel
2017-04-26
1
-1
/
+1
*
net/http: document Shutdown/Serve return behavior
Filippo Valsorda
2017-04-24
1
-1
/
+6
*
net/http: strip port from host in mux Handler
Kenny Grant
2017-03-24
1
-9
/
+33
*
net/http: improve speed of default mux
Kenny Grant
2017-03-22
1
-2
/
+9
*
all: fix a few typos in comments
Koki Ide
2017-02-17
1
-1
/
+1
*
net/http: document ErrServerClosed
Kale Blankenship
2017-02-14
1
-0
/
+2
*
net/http: don't modify Request in StripPrefix
Dmitri Shuralyov
2017-02-08
1
-2
/
+6
*
net/http: make sure Hijack's bufio.Reader includes pre-read background byte
Brad Fitzpatrick
2017-01-13
1
-1
/
+9
*
net/http: don't do a background read if we've already done one
Ian Lance Taylor
2017-01-07
1
-0
/
+3
*
net/http: make Server cancel its ReadTimeout between requests
Brad Fitzpatrick
2017-01-04
1
-0
/
+1
*
net/http: remove logging on bad client requests
Kenny Grant
2016-11-30
1
-2
/
+0
*
net/http: fix receiver for Server.Shutdown and Server.Close
Dan Peterson
2016-11-24
1
-15
/
+15
*
net/http: make Server respect shutdown state after handler finishes
Brad Fitzpatrick
2016-11-11
1
-0
/
+8
*
net/http: make Server log on bad requests from clients
Kenny Grant
2016-11-11
1
-8
/
+29
*
net/http: update bundled http2 for ErrAbortHandler support, document it more
Brad Fitzpatrick
2016-11-10
1
-1
/
+3
*
net/http: add ErrAbortHandler, make Server quiet if used as panic value
Brad Fitzpatrick
2016-11-10
1
-1
/
+7
*
net/http: document that Server.Close and Shutdown don't track hijacked conns
Brad Fitzpatrick
2016-11-10
1
-2
/
+14
*
net/http: fix documentation on Server.TLSNextProto controlling http2
Brad Fitzpatrick
2016-11-10
1
-1
/
+2
*
net/http: fix Server.Close double Lock
Brad Fitzpatrick
2016-11-10
1
-1
/
+1
*
net/http: fix type name in comment
Brad Fitzpatrick
2016-11-04
1
-1
/
+1
*
net/http, net/http/httptest: make http2's TrailerPrefix work for http1
Brad Fitzpatrick
2016-11-01
1
-12
/
+67
*
net/http: add Server.Close & Server.Shutdown for forced & graceful shutdown
Brad Fitzpatrick
2016-11-01
1
-5
/
+196
*
net/http: add Server.ReadHeaderTimeout, IdleTimeout, document WriteTimeout
Brad Fitzpatrick
2016-10-26
1
-13
/
+71
*
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-10-22
1
-20
/
+2
*
net/http: make Redirect escape non-ASCII in Location header
Brad Fitzpatrick
2016-10-21
1
-1
/
+1
*
net/http: make Server Handler's Request.Context be done on conn errors
Brad Fitzpatrick
2016-10-18
1
-89
/
+160
*
net/http: add more docs on ErrHijacked
Brad Fitzpatrick
2016-10-17
1
-1
/
+3
*
net/http: allow Handlers to test Hijacked conn without spamming error log
Brad Fitzpatrick
2016-10-13
1
-1
/
+3
*
net/http: fix typo in server commont
Emmanuel Odeke
2016-10-10
1
-1
/
+1
*
net/http: remove TODO about the Server's base context
Brad Fitzpatrick
2016-09-30
1
-3
/
+1
*
net/http: fix data race with concurrent use of Server.Serve
Brad Fitzpatrick
2016-07-27
1
-9
/
+29
*
all: rename vendored golang.org/x/net packages to golang_org
Brad Fitzpatrick
2016-07-13
1
-1
/
+1
*
net/http: fix vet warning of leaked context in error paths
Brad Fitzpatrick
2016-07-11
1
-3
/
+2
*
net/http: conditionally configure HTTP/2 in Server.Serve(Listener)
Brad Fitzpatrick
2016-06-28
1
-2
/
+34
*
net/http: reject faux HTTP/0.9 and HTTP/2+ requests
Brad Fitzpatrick
2016-06-27
1
-0
/
+21
*
net/http: pass through server side Transfer-Encoding headers
Andrew Gerrand
2016-06-15
1
-1
/
+4
*
net/http: send StatusOK on empty body with TimeoutHandler
Andrew Gerrand
2016-06-06
1
-0
/
+3
[next]