[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: file-descriptor probs.

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-09-21 22:45:47 CEST

On Fri, Sep 21, 2001 at 07:19:03PM +0200, Branko �ibej wrote:
> Ben Collins-Sussman wrote:
>...
> >So what's the story, Branko? Did that change break Win32?
>
> Yes, big time.
>
> >And if so, does Bill's suggestion turn into something you can fix?
>
> That remains to be seen. How do you feel about seeing an "#ifdef
> SVN_WIN32" in the ra_dav sources? If that's O.K., I'll see if that
> works. (I don't think this is something that should go into APR.)

Please use just a plain WIN32 in the source. No need for SVN_WIN32. The
change is *temporary*, so avoiding a lot of extra bits would be best.

The correct answer is to use Neon's callback mechanisms to read body content
directly from the apr_file_t.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:42 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.