]> Cypherpunks repositories - gostls13.git/commit
net/http: send StatusOK on empty body with TimeoutHandler
authorAndrew Gerrand <adg@golang.org>
Mon, 6 Jun 2016 00:23:49 +0000 (10:23 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 6 Jun 2016 21:15:40 +0000 (21:15 +0000)
commit3ba31558d1bca8ae6d2f03209b4cae55381175b3
tree6cb96008cd30402ccb3952b98985c16ac9e1c1e2
parenta71af25401d68645ca23b2303ac6ae426739aa8b
net/http: send StatusOK on empty body with TimeoutHandler

Fixes #15948

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