Skip Menu |

This queue is for tickets about the HTTP-Async CPAN distribution.

Report information
The Basics
Id: 79396
Status: new
Priority: 0/
Queue: HTTP-Async

People
Owner: Nobody in particular
Requestors: mouridis [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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!