Summary

tcp6 egg ignores (tcp-read-timeout #f)

Metadata

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.