Opened 12 years ago
Closed 12 years ago
#963 closed defect (fixed)
tcp6 egg ignores (tcp-read-timeout #f)
Reported by: | sethalves | Owned by: | Jim Ursetto |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | extensions | Version: | |
Keywords: | tcp | Cc: | |
Estimated difficulty: |
Description
With the tcp egg, I could use (tcp-read-timeout #f) and avoid timeouts. With the tcp6 egg, reads still timeout after 60 seconds.
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to Jim Ursetto |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Version: | 4.8.x |
---|
tcp6#tcp-accept doesn't propagate the tcp-*-timeout settings to the socket egg. I'll release a fix shortly.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in tcp6 0.1.1. Thanks for the report.
Note: See
TracTickets for help on using
tickets.
Weird, I'll look at it.