S tyajotsy v dushe :
V apache nahsli problemu swazannu s "chunked" POST zaprosami.

porobnosti
Versions: Apache 1.3 all versions including 1.3.24, Apache 2 all versions
up to 2.0.39
Solution:
v http_protocol.c zmenit'
- len_to_read = (r->remaining > bufsiz) ? bufsiz : r->remaining;
+ len_to_read = (r->remaining > (unsigned int)bufsiz) ? bufsiz : r->
remaining;