in reply to Re^2: Sniffer::HTTP problem with timeout
in thread Sniffer::HTTP problem with timeout
If the ->recv_buffer is empty, then the payload got already moved up to ->_response, at least that's what I read from my code in ->flush_received. I'm not sure how useful the data will be, but at least if you want to issue a second request using a Range: to resume downloading the data, it might be helpfull.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sniffer::HTTP problem with timeout
by ponley (Novice) on Mar 20, 2011 at 21:15 UTC | |
by Corion (Patriarch) on Mar 20, 2011 at 21:24 UTC | |
by ponley (Novice) on Mar 20, 2011 at 22:35 UTC | |
by ponley (Novice) on Mar 22, 2011 at 04:08 UTC | |
by Corion (Patriarch) on Mar 22, 2011 at 08:05 UTC | |
|