Skip to content

Commit 4e12c39

Browse files
authored
fix: t0 missed in 2019-09-tcp-keepalives/test_estab.py
1 parent dba3407 commit 4e12c39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2019-09-tcp-keepalives/test-estab.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
utils.ss(port)
3232
# the point: user-timeout doesn't kick in
3333

34+
t0 = time.time()
35+
3436
c.send(b'hello world')
3537

3638
time.sleep(1)

0 commit comments

Comments
 (0)