cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[ curl-Bugs-3392101 ] bug 3385258 was fixed wrongly

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 15 Aug 2011 22:12:26 +0200

Bugs item #3392101, was opened at 2011-08-15 20:53
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3392101&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: bad behaviour
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Wu Yongzheng (wuyongzheng)
Assigned to: Daniel Stenberg (bagder)
Summary: bug 3385258 was fixed wrongly

Initial Comment:
The reporter suggested
data->progress.flags &= PGRS_HIDE;
but the fix (15379f0614c56281b71dfc7b07b5e63955ccd9ac) was
data->progress.flags &= ~PGRS_HIDE;

The reporter is correct and fix is wrong. The fix actually turns on progress display regardless.

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2011-08-15 22:12

Message:
Thanks for the report, this problem is now fixed in the git repository.

To try it out, you either checkout/update your git clone:
http://curl.haxx.se/source.html

or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3392101&group_id=976
Received on 2011-08-15

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET