in reply to Re: Threads and LWP::UserAgent question
in thread Threads and LWP::UserAgent question
I can't get an response via LWP::UserAgent on my requests.
I should have been a bit clearer. With a single-threaded app I have no trouble getting a response object and then getting it's content(the html of the page). In multi-threaded case I wasn't able to get the html at all, and after toying around with my code got a 400 error to appear.