Re: svn commit: r573903 - in /httpd/httpd/trunk: CHANGES modules/proxy/proxy_util.c

2007-09-09 Thread Ruediger Pluem
On 09/08/2007 10:29 PM, [EMAIL PROTECTED] wrote: Author: niq Date: Sat Sep 8 13:29:14 2007 New Revision: 573903 URL: http://svn.apache.org/viewvc?rev=573903view=rev Log: mod_proxy: Don't lose bytes when a response line arrives in small chunks. PR 40894 Modified:

Re: svn commit: r573903 - in /httpd/httpd/trunk: CHANGES modules/proxy/proxy_util.c

2007-09-09 Thread Nick Kew
On Sun, 09 Sep 2007 11:51:37 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: On 09/08/2007 10:29 PM, [EMAIL PROTECTED] wrote: Author: niq Date: Sat Sep 8 13:29:14 2007 New Revision: 573903 URL: http://svn.apache.org/viewvc?rev=573903view=rev Log: mod_proxy: Don't lose bytes

Re: svn commit: r573903 - in /httpd/httpd/trunk: CHANGES modules/proxy/proxy_util.c

2007-09-09 Thread Ruediger Pluem
On 09/09/2007 04:16 PM, Nick Kew wrote: On Sun, 09 Sep 2007 11:51:37 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: I am slightly confused here: IMHO apr_cpystrn does exactly what you do here (it terminates pos with \0 and sets the pointer of pos to the terminating \0) But it avoids reading