mod_proxy buffering small chunks

2006-02-06 Thread Alan Gutierrez
if it wouldn't be easier, for now, to tell mod_proxy to proxy chunks as is? Is there another module that can tunnel a chunked encoding request? -- Alan Gutierrez - 504 717 1428 - [EMAIL PROTECTED] - http://blogometer.com/

Re: mod_proxy buffering small chunks

2006-02-13 Thread Alan Gutierrez
* Plüm, Rüdiger, VIS [EMAIL PROTECTED] [2006-02-06 09:29]: -Ursprüngliche Nachricht- Von: Alan Gutierrez The proposed solution is to poll for chunks using non-blocking I/O. When the socket returns EAGAIN, the 8K buffer is flushed, and the socket is read with blocking I

Re: mod_proxy buffering small chunks

2006-02-16 Thread Alan Gutierrez
* Alan Gutierrez [EMAIL PROTECTED] [2006-02-13 15:48]: * Plüm, Rüdiger, VIS [EMAIL PROTECTED] [2006-02-06 09:29]: -Ursprüngliche Nachricht- Von: Alan Gutierrez The proposed solution is to poll for chunks using non-blocking I/O. When the socket returns EAGAIN