2008/1/17, David Roundy <[EMAIL PROTECTED]>: > On Thu, Jan 17, 2008 at 03:29:22PM +0300, Dmitry Kurochkin wrote: > > Hi David. > > > > I have found time to work on darcs at last. Here is fix for failure > > with xmonad repository. > > The problem was that server sent "Content-Encoding: x-gzip" header. > > libwww did not know how to handle it and just discarded all content. > > Thanks for the bugfix! > > > There is also another small fix for copyUrl. > > > > I have more time to work on darcs now and I plan to start working on > > API changes we discussed earlier. Also my patches for curl pipelining > > are in CVS now (but not released yet) and I will use it in darcs. I > > think both curl and libwww will provide the same API and common parts > > should be moved to separate module. > > I'll look forward to these patches! > > What changes did you have to make for curl pipelining? These are changes in > libcurl itself?
Yes, these are changes for "better" (current pipelining option is pretty useless) pipelining in libcurl. Here are 2 threads on this topic: http://thread.gmane.org/gmane.comp.web.curl.library/17197 http://thread.gmane.org/gmane.comp.web.curl.library/17378 Regards, Dmitry > -- > David Roundy > Department of Physics > Oregon State University > _______________________________________________ > darcs-devel mailing list > [email protected] > http://lists.osuosl.org/mailman/listinfo/darcs-devel > _______________________________________________ darcs-devel mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-devel
