Bill Marrs writes:
> But, I'm getting an intermittent problem with POSTs where the input data is
> being truncated. This causes havoc, especially in my forum system.
[snip]
> Has anyone else seen this? Is there some fix for it?
We have seen this on mp1. We read $r->header_in('Content-length')
worth of data. If the data is less, we assume it is a double click
and toss the request (more or less). Here's the exact code:
http://petshop.bivio.biz/src?s=Bivio::Agent::HTTP::Form
Search for Content-length.
Rob