1

Closed

ProxyPass truncates POSTs larger than about 48K

description

ProxyPass will only pass the first 48K of a POST. If it's larger than 48K, the request will be truncated.
 
The problem is in the Iirf_ProxyPostRequest function. I'll attach a patch that includes my attempt to solve the issue.
Closed Mar 24, 2010 at 12:08 AM by Cheeso
Fixed in Changeset #64919. First binary v2.1.0.15 .

comments

wesleysmith wrote Jan 14, 2010 at 5:33 PM

Uploaded a patch to the Source Code | Patches area.

Cheeso wrote Mar 23, 2010 at 10:44 PM

Excellent. Thank you Wesley for doing the research and contributing your work. Very helpful.

mickeywong wrote Jul 23, 2010 at 1:26 AM

Pardon me, I am using 2.1.1.23, but I am still getting this issue, any possible mis-configuration?