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
/
http
/
server.go
Age
Commit message (
Expand
)
Author
2011-11-03
net: renamings
Rob Pike
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-10-18
http, crypto/tls: fix read timeouts and closing.
Adam Langley
2011-10-17
http: fix panic when recovering from hijacked connection panic
Andrew Gerrand
2011-10-14
http: DoS protection: cap non-Handler Request.Body reads
Brad Fitzpatrick
2011-10-03
strings: implement a faster byte->string Replacer
Brad Fitzpatrick
2011-09-28
http: don't send a 400 Bad Request after a client shutdown
Brad Fitzpatrick
2011-09-19
http: fix TLS handshake blocking server accept loop
Brad Fitzpatrick
2011-08-25
http: return 413 instead of 400 when the request body is too large
Dave Cheney
2011-08-24
http: on invalid request, send 400 response
Brad Fitzpatrick
2011-08-23
http: delete error kludge
Russ Cox
2011-08-23
http: add MaxBytesReader to limit request body size
Brad Fitzpatrick
2011-08-17
url: new package
Rob Pike
2011-08-09
http: configurable and default request header size limit
Brad Fitzpatrick
2011-07-22
http: clarify use of w.conn.body in Write when sniffing.
David Symonds
2011-07-21
http: fix chunking bug during content sniffing
Russ Cox
2011-07-21
http: disable sniffer for now.
David Symonds
2011-07-21
http: sniffing algorithm.
David Symonds
2011-07-15
http: fixes for sniffing
Russ Cox
2011-07-15
http: sniffing placeholder
Russ Cox
2011-06-28
strings.Split: make the default to split all.
Rob Pike
2011-06-27
http: respect Handlers setting Connection: close in their response
Brad Fitzpatrick
2011-06-27
http: add StripPrefix handler wrapper
Brad Fitzpatrick
2011-06-27
http: do TLS handshake explicitly before copying TLS state
Brad Fitzpatrick
2011-06-20
http: permit handlers to explicitly remove the Date header
Brad Fitzpatrick
2011-06-20
http: add Server.ListenAndServeTLS
Brad Fitzpatrick
2011-06-18
http: fix documentation typo
Scott Lawrence
2011-06-16
http: make Headers be source of truth
Brad Fitzpatrick
2011-06-16
http: use runtime/debug.Stack() to dump stack trace on panic.
Rob Pike
2011-06-09
http: fix regression permitting io.Copy on HEAD response
Brad Fitzpatrick
2011-06-03
http: don't fail on accept hitting EMFILE
Brad Fitzpatrick
2011-06-02
http: catch panics
Brad Fitzpatrick
2011-05-25
io, net, http: sendfile support
Brad Fitzpatrick
2011-05-11
http: don't Clean query string in relative redirects
Brad Fitzpatrick
2011-04-28
http: add Header.Write method
Evan Shaw
2011-04-28
http: add MultipartForm, FormFile, and ParseMultipartForm to Request
Andrew Gerrand
2011-04-15
http: handler timeout support
Brad Fitzpatrick
2011-04-14
http: consume request bodies before replying
Brad Fitzpatrick
2011-04-13
http: flesh out server Expect handling + tests
Brad Fitzpatrick
2011-03-23
http: don't chunk 304 responses
Brad Fitzpatrick
2011-03-12
http: use Header.Del not empty Set(k, "")
Brad Fitzpatrick
2011-03-10
http: move RemoteAddr & UsingTLS from ResponseWriter to Request
Brad Fitzpatrick
2011-03-09
http: add Flusher type; remove Flush from ResponseWriter
Brad Fitzpatrick
2011-03-09
http: change ResponseWriter.SetHeader(k,v) to Header() accessor
Brad Fitzpatrick
2011-03-08
cgi: child support (e.g. Go CGI under Apache)
Brad Fitzpatrick
2011-03-07
http: change Hijacker to return a net.Conn
Brad Fitzpatrick
2011-03-07
http: close after responding to HTTP/1.0 request without Connection: keep-alive
Russ Cox
2011-03-06
http: add Hijacker type; remove Hijack from ResponseWriter
Brad Fitzpatrick
2011-03-03
http: allow handlers to send non-chunked responses
Brad Fitzpatrick
2011-02-22
http: add pointer from Handle[Func] to ServeMux docs
Andrew Gerrand
[next]