]> Cypherpunks repositories - gostls13.git/commit
net/http: don't do a background read if we've already done one
authorIan Lance Taylor <iant@golang.org>
Sat, 7 Jan 2017 04:41:14 +0000 (20:41 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 7 Jan 2017 06:37:46 +0000 (06:37 +0000)
commit8fa2344e98aa0eb2ef5a401847a4b760e9d19418
tree39cde9368cfbcad619f29687dda0ff0e02083f45
parent1fbdae5c3ad9aaaf827bed14a5e1e4cbd547a37c
net/http: don't do a background read if we've already done one

Fixes #18535

Change-Id: I9e49d33ce357a534529a6b0fcdbc09ff4fa98622
Reviewed-on: https://go-review.googlesource.com/34920
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/serve_test.go
src/net/http/server.go