Subject: | Feature Request: keep_alive |
Hi,
I would like to ask you if possible, to add the ability to make use of
the "KeepAlive" option of the Net::HTTP module.
Here's the implementation in current code:
line #89, add: keep_alive: 0
line #114, add: keep_alive => 0,
line #155, add: keep_alive
line #644, add: $args{KeepAlive}= $self->keep_alive;
That's all! Code changes have been tested.
Thank you for your time and your great module!