
jim at jaguNET
May 7, 2008, 10:29 AM
Post #8 of 8
(178 views)
Permalink
|
On May 7, 2008, at 9:31 AM, Jim Jagielski wrote: > > On May 7, 2008, at 9:25 AM, Jim Jagielski wrote: > >> >> On May 7, 2008, at 9:14 AM, Jim Jagielski wrote: >> >>> Just a quick FYI: Simply using the FreeBSD logic flow for >>> sendfile (ie: adding || defined(DARWIN) and pulling out the >>> existing DARWIN-specific section) clears up the problems I saw >>> with the getfile tests... >>> >>> So I guess I need to dig deeper on this... >>> >> >> Hold on... this may not be correct... double checking >> > > Yeah, ignore the above for now... > Squashed... Spent a LOT of time on this (even ported the Linux impl to Darwin, which actually is nicer since it uses apr_socket_sendv() and does things like checking partial header/footer stuff, which I may eventually commit to trunk) and the fix was simple...
|