Re: new multipart_buffer patch for libapreq

2000-07-05 Thread David Mitchell
[EMAIL PROTECTED] wrote > The patch I posted yesterday has a problem > dealing with client disconnects - your server will hang if > the upload is interrupted )! > > This new patch should be ok. Your patch uses memmem(), which isn't available on some OSes (eg Solaris). Also, the linux manpage

new multipart_buffer patch for libapreq

2000-06-30 Thread joe
The patch I posted yesterday has a problem dealing with client disconnects - your server will hang if the upload is interrupted )! This new patch should be ok. I put a lot of comments in it explaining what I think is happening with the memory allocation. I think that under normal conditions th