1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/src/pkg/net/http
Rémy Oudompheng 3add0fef1e net/http: deflake BenchmarkServerFakeConnNoKeepAlive.
Fixes #5121.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7814046
2013-03-25 08:17:10 +01:00
..
cgi net/http/cgi: maybe improve darwin test reliability 2013-03-04 08:13:39 -08:00
cookiejar net/http/cookiejar: move cookiejar from exp/cookiejar to 2013-03-01 11:15:00 +11:00
fcgi net/http/fcgi: fix a shutdown race 2013-03-21 14:07:24 -07:00
httptest crypto/x509: support IP SANs. 2013-02-15 10:40:17 -05:00
httputil build: remove dead code 2013-03-22 17:28:22 -04:00
pprof bytes, strings: add TrimPrefix and TrimSuffix 2013-02-01 08:41:25 -08:00
testdata
chunked_test.go net/http, net/http/httputil: fix TestChunkReaderAllocs failure when GOMAXPROCS > 1 2012-11-21 02:18:34 +08:00
chunked.go net/http: remove more garbage from chunk reading 2012-11-19 19:50:42 -08:00
client_test.go net/http: less flaky leaking goroutine test 2013-03-15 15:09:17 -07:00
client.go net/http: bit more docs on Client vs Transport 2013-03-11 18:51:01 -07:00
cookie_test.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
cookie.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
doc.go net/http: fix reference to URL.RawPath in docs 2012-02-10 22:39:57 -02:00
example_test.go net/http: add StripPrefix example; simplify code 2013-03-18 13:44:20 -07:00
export_test.go net/http: change user agent string 2013-03-06 16:48:20 -05:00
filetransport_test.go net/http: fix a bunch of test leaks 2013-02-26 17:12:50 -08:00
filetransport.go
fs_test.go net/http: less flaky leaking goroutine test 2013-03-15 15:09:17 -07:00
fs.go net/http: add If-None-Match and If-Range support to ServeContent 2012-09-10 10:16:09 -07:00
header_test.go all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
header.go net/http: remove allocations in HeaderWriteSubset 2013-03-06 14:10:47 -08:00
jar.go net/http: document net/http/cookiejar on CookieJar 2013-02-28 16:58:14 -08:00
lex_test.go net/http: lex cleanup 2012-04-23 10:26:10 -07:00
lex.go net/http: lex cleanup 2012-04-23 10:26:10 -07:00
npn_test.go net/http: add Next Protocol Negotation upgrade support to the Server 2013-02-04 13:55:38 -08:00
proxy_test.go net/http: match curl and others' NO_PROXY wildcard handling 2012-12-22 17:41:00 -08:00
range_test.go net/http: support multiple byte ranges in ServeContent 2012-06-29 07:44:04 -07:00
readrequest_test.go net/http, net/url: permit Request-URI "*" 2012-12-11 12:07:27 -05:00
request_test.go net/http: add tests for ParseHTTPVersion 2013-03-12 11:18:18 +11:00
request.go net/http: change user agent string 2013-03-06 16:48:20 -05:00
requestwrite_test.go net/http: add a test verifying header case preservation 2013-03-11 11:10:43 -07:00
response_test.go net/http: close TCP connection on Response.Body.Close 2013-03-05 18:47:27 -08:00
response.go net/http: bit more docs on Client vs Transport 2013-03-11 18:51:01 -07:00
responsewrite_test.go all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
serve_test.go net/http: deflake BenchmarkServerFakeConnNoKeepAlive. 2013-03-25 08:17:10 +01:00
server_test.go net/http: add (*ServeMux).Handler method 2012-08-31 12:16:31 -04:00
server.go net/http: reuse bufio.Reader and bufio.Writer between conns 2013-03-21 20:02:01 -07:00
sniff_test.go net/http: less flaky leaking goroutine test 2013-03-15 15:09:17 -07:00
sniff.go net/http: document use of DetectContentType 2012-02-12 23:14:48 -05:00
status.go net/http: add additional status codes defined in RFC 6585 2013-03-11 07:43:57 -07:00
transfer_test.go archive/zip, crypto/tls, net/http: Fix print format errors. 2012-11-16 17:24:43 -08:00
transfer.go net/http: don't special-case multipart/byteranges responses 2013-02-28 16:58:26 -08:00
transport_test.go net/http: shorten and clean up TestTransportConcurrency 2013-03-18 13:32:42 -07:00
transport.go net/http: bit more docs on Client vs Transport 2013-03-11 18:51:01 -07:00
triv.go net/http: couple more triv.go modernizations 2012-03-15 10:06:25 -07:00
z_last_test.go net/http: don't test for goroutine leaks in short mode 2013-03-15 16:50:54 -07:00