curl-users
Re: Curl build successes and bugs
Date: Tue, 15 Aug 2000 23:56:42 +0200 (MET DST)
On Tue, 15 Aug 2000 FNoz_at_siac.com wrote:
> When I am getting multiple URLs using one invocation of curl, the data
> written out by the -w option has the %{variables} truncated for the
> second and all subsequent URLs. Note that the data returned from the
> server by the GET is written correctly for all URLs. The -w option is
> processed correctly for the first URL. For the second and subsequent
> URLs, the -w data is written up to the first "}" in the format.
*blush*
The function was not cleanly written to get called several times. I just
corrected this and I attach the tiny 700-byte patch. The updated version is
also committed to CVS.
> I am finding another bug on HP-UX (works OK on Linux) using curl 7.1 (OK
> on 6.5.2):
This is the bug that was corrected the other day, and which you can read
about at http://curl.haxx.se/archive-2000-08/0049.html
It is not platform dependent, although it may very well appear different on
different platforms for various host names.
Thank you for very detailed and accurate bug reports!
-- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
- TEXT/PLAIN attachment: writeout-7.1.patch