You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2005/03/17 21:18:00 UTC

[1.3 PATCH] ReceiveBufferSize directive for large POST

Adds a simple directive (like SendBufferSize) to allow setting the TCP
receive buffer to help accommodate large POSTS on high bandwidth/high
latency networks.

This is Independent of the ProxyReceiveBufferSize.

NOTE: This patch appends an int to the end of the server_rec struct

-- 
Eric Covener
covener@gmail.com

Re: [1.3 PATCH] ReceiveBufferSize directive for large POST

Posted by Jim Jagielski <ji...@jaguNET.com>.
I'm not keen on any API adjustments to 1.3

If it's a global setting, then I'd be more apt to
+1 its inclusion.