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