[Bug 57750] WebSocket does not get closed when network is disconnected

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 --- Comment #5 from roman.stobni...@dialogic.com --- Sorry for late replay but update emails were caught in my spam :-) Just wanted to add that actually we did many tests and found out that TCP keep alive timers are only good between the "hops"

[Bug 57750] WebSocket does not get closed when network is disconnected

2015-03-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 --- Comment #4 from Christopher Schultz --- (In reply to Mark Thomas from comment #3) > Thanks Chris. I hadn't joined up those dots. > > *** This bug has been marked as a duplicate of bug 57546 *** FTR, bug #57546 was fixed in 7.0.59. Please

[Bug 57750] WebSocket does not get closed when network is disconnected

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 57750] WebSocket does not get closed when network is disconnected

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 --- Comment #2 from Christopher Schultz --- I seem to recall markt doing some work on this recently: you (Mark) weren't able to replicate a network drop by disconnecting your VMs network, but physically pulling the Ethernet cable from your lapt

[Bug 57750] WebSocket does not get closed when network is disconnected

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 --- Comment #1 from Mark Thomas --- Which WebSocket implementation? Which connector? Depending on circumstances, Tomcat may not be informed of the network disconnection - in which case there is no way for Tomcat to call onClose(). -- You are