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
/
pkg
/
net
/
http
/
server.go
Age
Commit message (
Expand
)
Author
2014-05-16
net/http: allow Content-Type on 204 responses
Brad Fitzpatrick
2014-04-25
net/http, strings, bytes: fix http race, revert part of Reader behavior change
Brad Fitzpatrick
2014-04-10
net/http: don't reject 0-lengthed bodies with Expect 100-continue
Brad Fitzpatrick
2014-03-03
net/http: fix location of StateHijacked and StateActive
Brad Fitzpatrick
2014-03-01
net/http: ensure ConnState for StateNew fires before Server.Serve returns
Richard Crowley
2014-02-28
net/http: add Server.ErrorLog; log and test TLS handshake errors
Brad Fitzpatrick
2014-02-28
net/http: add Server.SetKeepAlivesEnabled
Brad Fitzpatrick
2014-02-27
net/http: add optional Server.ConnState callback
Brad Fitzpatrick
2014-02-14
net/http: increase panic stack trace buffer size from 4 KB to 64 KB.
David Symonds
2014-01-16
net/http: don't allow Content-Type or body on 204 and 1xx
Brad Fitzpatrick
2014-01-14
net/http: fix another data race when sharing Request.Body
Brad Fitzpatrick
2014-01-09
net/http: use TCP keep-alives for ListenAndServe and ListenAndServeTLS
Brad Fitzpatrick
2013-12-26
net/http: Release reference to chunkWriter's bufio.Writer on hijack
John Newlin
2013-12-18
net/http: use sync.Pool
Brad Fitzpatrick
2013-10-15
net/http: skip content-type sniffing if the header is explicitly unset.
Michael Piatek
2013-09-22
net/http: send correct time in Date header.
Dmitry Chestnykh
2013-09-12
net/http: document ServeMux handling of pattern "/"
Brad Fitzpatrick
2013-08-29
net/http: redirect handlers from mux.Handler() shouldn't clear the query string
Shenghou Ma
2013-08-19
net/http: support WriteString on the ResponseWriter
Brad Fitzpatrick
2013-08-15
net/http: don't send an automatic Content-Length on a 304 Not Modified
Brad Fitzpatrick
2013-08-10
net/http: simplify server, use bufio Reader.Reset and Writer.Reset
Brad Fitzpatrick
2013-08-08
net/http: fix early side effects in the ResponseWriter's ReadFrom
Brad Fitzpatrick
2013-08-06
net/http: do not send redundant Connection: close header in HTTP/1.0 responses
Josh Bleecher Snyder
2013-08-06
net/http: treat HEAD requests like GET requests
Brad Fitzpatrick
2013-08-05
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-08-01
net/http: document that Error is to be used with plain text
Andrew Balholm
2013-07-31
net/http: don't MIME sniff if handler set an empty string Content-Type
Brad Fitzpatrick
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-05-20
net/http: use WriteString directly when possible
Brad Fitzpatrick
2013-05-20
net/http: simplify transfer body; reduces allocations too
Brad Fitzpatrick
2013-05-19
net/http: fewer allocations in the server path
Brad Fitzpatrick
2013-04-24
all: fix typos
Shenghou Ma
2013-04-22
net/http: make CloseNotifier channel buffered to not leak goroutines
Brad Fitzpatrick
2013-04-20
net/http: fix a panic in Redirect
Brad Fitzpatrick
2013-04-04
net/http: remove some obsolete TODOs
Brad Fitzpatrick
2013-04-02
net/http: fewer allocations in chunkWriter.WriteHeader
Brad Fitzpatrick
2013-03-28
net/http: inline chunkWriter in response
Brad Fitzpatrick
2013-03-28
net/http: remove two more server allocations per-request
Brad Fitzpatrick
2013-03-28
net/http: more tests, better comments, remove an allocation
Brad Fitzpatrick
2013-03-27
net/http: server optimization; reduce GCs, generate ~half the garbage
Brad Fitzpatrick
2013-03-21
net/http: reuse bufio.Reader and bufio.Writer between conns
Brad Fitzpatrick
2013-03-20
src/pkg: fixed various typos
Robert Griesemer
2013-03-18
net/http: add StripPrefix example; simplify code
Brad Fitzpatrick
2013-03-11
all: remove now-unnecessary unreachable panics
Brad Fitzpatrick
2013-02-26
net/http: fix a bunch of test leaks
Brad Fitzpatrick
2013-02-04
net/http: fix Server blocking after a Handler's Write fails
Brad Fitzpatrick
2013-02-04
net/http: add Next Protocol Negotation upgrade support to the Server
Brad Fitzpatrick
2013-02-04
net/http: fix when server deadlines get extended
Brad Fitzpatrick
2013-01-16
net/http: Serve creates service goroutines, not service threads
Matthew Dempsky
[next]