Hello,
In servlets 3.0 specification regarding async sockets, setTimeout with 0 or 
negative value should be used for infinite timeout (no timeout).
I am not sure if there is a bug or a particular design in Tomcat 7.0.14 (did 
not tested with 7.0.16), but when I use setTimeout(0) or setTimeout(-1), it 
will timeout after the default interval (the same as when I do not use 
setTimeout at all).
Did someone noticed the same thing?Paul

Reply via email to