in reply to Re^2: Occasional Read Timeout with Mech
in thread Occasional Read Timeout with Mech
If you're just making a simple get request and reading a web page, I'd go with IO::Socket::SSL. In general, I prefer to do things with as simple and basic of modules as possible. This way, when you do have bugs like you're having, there's far less code to sift through to find the source, and you also have less that can get in the way as bugs.
Give that a shot and report back. If you're still having problems, report back with more details on exactly what you're doing in terms of the URL you're grabbing (or one very similar) and how the rest is set up. I'll then try and recreate it on my end to see if we can unwind the issue.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Occasional Read Timeout with Mech
by noxxi (Pilgrim) on Dec 20, 2014 at 23:19 UTC | |
|
Re^4: Occasional Read Timeout with Mech
by Anonymous Monk on Dec 20, 2014 at 20:32 UTC | |
by benwills (Sexton) on Dec 20, 2014 at 20:49 UTC | |
by Anonymous Monk on Dec 20, 2014 at 23:02 UTC |