Skip to content

Commit 9368cfa

Browse files
authored
Merge pull request #59 from Xuanwo/patch-1
fix: t0 missed in 2019-09-tcp-keepalives/test_estab.py
2 parents df75cae + 4e12c39 commit 9368cfa

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)