Summary
tcp6 egg ignores (tcp-read-timeout #f)
Metadata
- Id: 15de116ee021ff53de1b07cb7ca836a7ee16ab48
- Trac id: 963
- Type: defect
- Reporter: sethalves
- Owner: zbigniew
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version:
- Changetime: 2013-01-04 01:41:42 UTC
- Created: 2013-01-03 19:26:17 UTC
- Keywords: tcp
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.
http://paste.lisp.org/display/134381
Changes and comments
[2013-01-03 22:49:00 UTC] zbigniew changed status from new to assigned
[2013-01-03 22:49:00 UTC] zbigniew set owner to zbigniew
[2013-01-03 22:49:00 UTC] zbigniew wrote:
Weird, I'll look at it.
[2013-01-03 23:14:33 UTC] zbigniew removed version 4.8.x
[2013-01-03 23:14:33 UTC] zbigniew wrote:
tcp6#tcp-accept doesn't propagate the tcp-*-timeout settings to the socket egg. I'll release a fix shortly.
[2013-01-04 01:41:42 UTC] zbigniew changed status from assigned to closed
[2013-01-04 01:41:42 UTC] zbigniew set resolution to fixed
[2013-01-04 01:41:42 UTC] zbigniew wrote:
Fixed in tcp6 0.1.1. Thanks for the report.