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
/
serve_test.go
Age
Commit message (
Expand
)
Author
2014-05-16
net/http: allow Content-Type on 204 responses
Brad Fitzpatrick
2014-05-15
net/http: fix nits found by go tool vet
Mikio Hara
2014-04-26
src: fix issues found by go vet std
Robert Hencke
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-04
net/http: deflake another alloc test
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: de-flake ConnState test
Brad Fitzpatrick
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-24
net/http: use RunParallel in benchmarks
Dmitriy Vyukov
2014-02-24
net/http: don't pile up defers in b.N loop
Robert Daniel Kortschak
2014-02-17
net/http: close body in benchmarks
Dmitriy Vyukov
2014-01-30
net/http: temporarily disable the failing tests on Plan 9
David du Colombier
2014-01-27
all: use {bytes,strings}.NewReader instead of bytes.Buffers
Brad Fitzpatrick
2014-01-16
net/http: don't allow Content-Type or body on 204 and 1xx
Brad Fitzpatrick
2014-01-15
net/http: add disabled test for Body Read/Close lock granularity
Brad Fitzpatrick
2014-01-07
net/http: fix data race when sharing request body between client and server
Brad Fitzpatrick
2013-12-26
net/http: fix data race in benchmark
Brad Fitzpatrick
2013-12-26
net/http: Release reference to chunkWriter's bufio.Writer on hijack
John Newlin
2013-12-19
net/http: add Hihack benchmark
Brad Fitzpatrick
2013-09-27
all: fix some mistakes found by go tool vet .
Rob Pike
2013-09-22
net/http: send correct time in Date header.
Dmitry Chestnykh
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-15
net/http: unify the confusingly-named serve_test and server_test
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-05-21
net/http: add another Hijacker test
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-02
net/http: new server Handler benchmarks
Brad Fitzpatrick
2013-03-30
net/http: Transport: be paranoid about any non-100 1xx response
Brad Fitzpatrick
2013-03-28
net/http: more tests, better comments, remove an allocation
Brad Fitzpatrick
2013-03-27
net/http: new server-only, single-connection keep-alive benchmark
Brad Fitzpatrick
2013-03-25
net/http: deflake BenchmarkServerFakeConnNoKeepAlive.
Rémy Oudompheng
2013-03-19
net/http: new benchmark to measure server without network
Brad Fitzpatrick
2013-03-15
net/http: less flaky leaking goroutine test
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: fix when server deadlines get extended
Brad Fitzpatrick
2013-01-27
all: make tests able to run multiple times.
Rémy Oudompheng
2013-01-15
net/http: fix racy test
Brad Fitzpatrick
2013-01-11
net/http: buffer before chunking
Brad Fitzpatrick
2012-12-19
net/http: fix server connection leak on Handler's panic(nil)
Brad Fitzpatrick
[next]