Subject: | Empty body crashes loop |
Date: | Thu, 8 Jan 2015 09:46:14 -0600 |
To: | bug-Net-Async-HTTP-Server [...] rt.cpan.org |
From: | fREW Schmidt <frioux [...] gmail.com> |
I think that the server (naHTTPD) is writing malformed HTTP and
causing the client (naHTTP) to crash.
The Plack response I'm serving is simply
[200, [content_type => 'text/plain'], ['']]
Changing the response to
[200, [content_type => 'text/plain'], ['x']]
makes it work.
--
fREW Schmidt
https://blog.afoolishmanifesto.com
Message body not shown because it is not plain text.