Message312150
# current
if timeout is None:
timeout = -1
elif timeout <= 0:
timeout = 0
# changed
if timeout is None:
timeout = -1
elif timeout < -1:
timeout = 0
what if "timeout=-1" ?
- currently it would result in being timeout=0 |
|
| Date |
User |
Action |
Args |
| 2018-02-14 02:06:42 | YoSTEALTH | set | recipients:
+ YoSTEALTH |
| 2018-02-14 02:06:41 | YoSTEALTH | set | messageid: <1518574001.96.0.467229070634.issue32842@psf.upfronthosting.co.za> |
| 2018-02-14 02:06:41 | YoSTEALTH | link | issue32842 messages |
| 2018-02-14 02:06:41 | YoSTEALTH | create | |
|