]> Cypherpunks repositories - gostls13.git/commit
net: fix timeout test bug
authorRuss Cox <rsc@golang.org>
Wed, 6 Jan 2016 15:53:16 +0000 (10:53 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 6 Jan 2016 17:59:46 +0000 (17:59 +0000)
commitaec2f0cf855ac2d2b79ca3178dcd9f63c0b5afb0
treea7778647b8abd33b7fae7c88b2f25a8f268719d6
parent13ba968d750f0bbf8cb5214c366ef98adada1a85
net: fix timeout test bug

This was supposed to be in CL 18205 but I submitted via the web
instead of from my computer, so it got lost.
May deflake some things.

Change-Id: I880fb74b5943b8a17f952a82639c60126701187a
Reviewed-on: https://go-review.googlesource.com/18259
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/timeout_test.go