Skip Menu |

This queue is for tickets about the POE-Component-Client-HTTP CPAN distribution.

Report information
The Basics
Id: 27643
Status: resolved
Priority: 0/
Queue: POE-Component-Client-HTTP

People
Owner: Nobody in particular
Requestors: nobody [...] pseudo.borked.net
Cc:
AdminCc:

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



Subject: occasionally getting MaxSize error, even though never set
Date: Tue, 19 Jun 2007 10:00:43 -0600 (MDT)
To: bug-POE-Component-Client-HTTP [...] rt.cpan.org
From: Borked Pseudo Mailed <nobody [...] pseudo.borked.net>
i'm using Streaming to save files, but occasionally i'm getting responses with 406 - Response larger than MaxSize. i don't have MaxSize set, so am not sure why that should ever be displayed.
Thank you for the bug report. The error message was incorrect. You should receive a 406 error code with the message "Server response is Not Acceptable". The error is caused by the web server disconnecting before sending a valid HTTP response. POE::Component::Client::HTTP builds a default 406 Not Acceptable response to notify your application what happened. The fix has been committed as revision 356, and it will appear in the next release.