aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/net/http/serve_test.go
AgeCommit message (Expand)Author
2014-05-16net/http: allow Content-Type on 204 responsesBrad Fitzpatrick
2014-05-15net/http: fix nits found by go tool vetMikio Hara
2014-04-26src: fix issues found by go vet stdRobert Hencke
2014-04-25net/http, strings, bytes: fix http race, revert part of Reader behavior changeBrad Fitzpatrick
2014-04-10net/http: don't reject 0-lengthed bodies with Expect 100-continueBrad Fitzpatrick
2014-03-04net/http: deflake another alloc testBrad Fitzpatrick
2014-03-03net/http: fix location of StateHijacked and StateActiveBrad Fitzpatrick
2014-03-01net/http: ensure ConnState for StateNew fires before Server.Serve returnsRichard Crowley
2014-02-28net/http: de-flake ConnState testBrad Fitzpatrick
2014-02-28net/http: add Server.ErrorLog; log and test TLS handshake errorsBrad Fitzpatrick
2014-02-28net/http: add Server.SetKeepAlivesEnabledBrad Fitzpatrick
2014-02-27net/http: add optional Server.ConnState callbackBrad Fitzpatrick
2014-02-24net/http: use RunParallel in benchmarksDmitriy Vyukov
2014-02-24net/http: don't pile up defers in b.N loopRobert Daniel Kortschak
2014-02-17net/http: close body in benchmarksDmitriy Vyukov
2014-01-30net/http: temporarily disable the failing tests on Plan 9David du Colombier
2014-01-27all: use {bytes,strings}.NewReader instead of bytes.BuffersBrad Fitzpatrick
2014-01-16net/http: don't allow Content-Type or body on 204 and 1xxBrad Fitzpatrick
2014-01-15net/http: add disabled test for Body Read/Close lock granularityBrad Fitzpatrick
2014-01-07net/http: fix data race when sharing request body between client and serverBrad Fitzpatrick
2013-12-26net/http: fix data race in benchmarkBrad Fitzpatrick
2013-12-26net/http: Release reference to chunkWriter's bufio.Writer on hijackJohn Newlin
2013-12-19net/http: add Hihack benchmarkBrad Fitzpatrick
2013-09-27all: fix some mistakes found by go tool vet .Rob Pike
2013-09-22net/http: send correct time in Date header.Dmitry Chestnykh
2013-08-29net/http: redirect handlers from mux.Handler() shouldn't clear the query stringShenghou Ma
2013-08-19net/http: support WriteString on the ResponseWriterBrad Fitzpatrick
2013-08-15net/http: don't send an automatic Content-Length on a 304 Not ModifiedBrad Fitzpatrick
2013-08-15net/http: unify the confusingly-named serve_test and server_testBrad Fitzpatrick
2013-08-08net/http: fix early side effects in the ResponseWriter's ReadFromBrad Fitzpatrick
2013-08-06net/http: do not send redundant Connection: close header in HTTP/1.0 responsesJosh Bleecher Snyder
2013-08-06net/http: treat HEAD requests like GET requestsBrad Fitzpatrick
2013-05-21net/http: add another Hijacker testBrad Fitzpatrick
2013-05-19net/http: fewer allocations in the server pathBrad Fitzpatrick
2013-04-24all: fix typosShenghou Ma
2013-04-22net/http: make CloseNotifier channel buffered to not leak goroutinesBrad Fitzpatrick
2013-04-02net/http: new server Handler benchmarksBrad Fitzpatrick
2013-03-30net/http: Transport: be paranoid about any non-100 1xx responseBrad Fitzpatrick
2013-03-28net/http: more tests, better comments, remove an allocationBrad Fitzpatrick
2013-03-27net/http: new server-only, single-connection keep-alive benchmarkBrad Fitzpatrick
2013-03-25net/http: deflake BenchmarkServerFakeConnNoKeepAlive.Rémy Oudompheng
2013-03-19net/http: new benchmark to measure server without networkBrad Fitzpatrick
2013-03-15net/http: less flaky leaking goroutine testBrad Fitzpatrick
2013-02-26net/http: fix a bunch of test leaksBrad Fitzpatrick
2013-02-04net/http: fix Server blocking after a Handler's Write failsBrad Fitzpatrick
2013-02-04net/http: fix when server deadlines get extendedBrad Fitzpatrick
2013-01-27all: make tests able to run multiple times.Rémy Oudompheng
2013-01-15net/http: fix racy testBrad Fitzpatrick
2013-01-11net/http: buffer before chunkingBrad Fitzpatrick
2012-12-19net/http: fix server connection leak on Handler's panic(nil)Brad Fitzpatrick