in reply to Re^9: Sniffer::HTTP problem with timeout
in thread Sniffer::HTTP problem with timeout
No, I think your usage is good, and matches the documentation. It is just that proper closing of connections seems to be handled badly in Sniffer::HTTP::Connection, in that a closed connection never signals to the main runloop that it got closed. In theory, you should see log messages like Removed $host:$port , but from looking at the code, that doesn't seem to happen.
If you can provide me with a small, non-sensitive packet capture (via dump-raw.pl, included with Sniffer::HTTP) where a connection gets properly closed, that would be great. I can then test against this and even include it in the test suite so that the bug never comes back.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Sniffer::HTTP problem with timeout
by ponley (Novice) on Mar 23, 2011 at 20:19 UTC | |
by Corion (Patriarch) on Mar 23, 2011 at 20:57 UTC | |
by ponley (Novice) on Mar 23, 2011 at 22:27 UTC |