Hi,
Using LWP::UserAgent, Http::Request and Http::Headers, how is it possible to submit a HTTP POST without closing the connection, but instead sending another request.
All by requests so far are terminated with Connection: close, but I need to keep the connection open submit 4-8 more POST...