Skip Menu |

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

Report information
The Basics
Id: 113799
Status: open
Priority: 0/
Queue: Net-Async-HTTP

People
Owner: Nobody in particular
Requestors: soq2000 [...] yahoo.com
Cc:
AdminCc:

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



Subject: Spurious on_read of connection while idle
Date: Thu, 14 Apr 2016 20:26:18 +0000 (UTC)
To: <bug-Net-Async-HTTP [...] rt.cpan.org>
From: SON TRAN <soq2000 [...] yahoo.com>
Dear all, While implementing Net-Async-HTTP, I got the error as in the subject and my program just exit. Can you give me some hint to figure out the problem? Many thanks Son
On Thu Apr 14 16:26:32 2016, soq2000@yahoo.com wrote: Show quoted text
> Dear all, > While implementing Net-Async-HTTP, I got the error as in the subject > and my program just exit. Can you give me some hint to figure out the > problem? > Many thanks > Son
In summary: the client received bytes from a server connection that it didn't think were part of a valid response. This only happens after a successful request/response cycle if there are extra junk bytes on the socket, after the response has finished. Best bet would be to inspect those bytes and see what they are; it may be that your server is misbehaving in sending something extra. -- Paul Evans