Re: cvs commit: apr/file_io/win32 readwrite.c seek.c

2001-08-29 Thread Jeff Trawick
Jeff Trawick <[EMAIL PROTECTED]> writes: > I just started playing with /error/HTTP_NOT_FOUND.html.var at > OtherBill's suggestion. Even with this patch, the seek back to the end > of the de body is not going to the right place. > > gotta read some code... I know the patch is a big improvement a

Re: cvs commit: apr/file_io/win32 readwrite.c seek.c

2001-08-29 Thread Jeff Trawick
"Brian Havard" <[EMAIL PROTECTED]> writes: > On Wed, 29 Aug 2001 01:14:23 +1000 (EST), Brian Havard wrote: > > >On 28 Aug 2001 01:56:09 -, [EMAIL PROTECTED] wrote: > > > >>wrowe 01/08/27 18:56:09 > >> > >> Modified:file_io/win32 readwrite.c seek.c > >> Log: > >>Found a very ug

Re: cvs commit: apr/file_io/win32 readwrite.c seek.c

2001-08-28 Thread Brian Havard
On Wed, 29 Aug 2001 01:14:23 +1000 (EST), Brian Havard wrote: >On 28 Aug 2001 01:56:09 -, [EMAIL PROTECTED] wrote: > >>wrowe 01/08/27 18:56:09 >> >> Modified:file_io/win32 readwrite.c seek.c >> Log: >>Found a very ugly reaction to using apr_file_seek(APR_CUR, -value) in >>c

Re: cvs commit: apr/file_io/win32 readwrite.c seek.c

2001-08-28 Thread Brian Havard
On 28 Aug 2001 01:56:09 -, [EMAIL PROTECTED] wrote: >wrowe 01/08/27 18:56:09 > > Modified:file_io/win32 readwrite.c seek.c > Log: >Found a very ugly reaction to using apr_file_seek(APR_CUR, -value) in >conjuction with buffered reads. Thank you for toggling that case Jeff,