On Tue, Jun 30, 2009 at 3:59 PM, Robin Redeker via RT <
bug-AnyEvent-HTTPD@rt.cpan.org> wrote:
Show quoted text>
> > Hello, I've implemented keep-alive support in my local repo. Are you
> > interested in patch (i remember that you told about a rewrite)?
>
> Sorry for the late reply, but I was kind of busy. I'm still interested of
> course! The AnyEvent::HTTPD rewrite seems to be mostly done now and I'm
> mostly
> ready for a new release. So feel free to send me a patch or give me a git
> repository to pull from!
Ok, i've pushed my repo to
repo: git://repo.or.cz/AnyEvent-HTTPD.git
branch: keep-alive-support
There were some trivial cosmetic changes so you may want to cherry-pick
32a5eb6f7269e4ac71756e1b830840e16cb42a21
or several my commits and then squish and rebase them.
I've implemented only "Connection" header processing, so it's only for
HTTP/1.0.
Implementation is very ad-hoc, but it worked for me.
--
Sincerly yours, Andrey.