Bug 288971

Summary: Enormous slowdown due to progress bar
Product: [Fedora] Fedora Reporter: Enrico Scholz <rh-bugzilla>
Component: curlAssignee: Jindrich Novy <jnovy>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 7CC: pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 7.16.4-1.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-11 22:55:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2007-09-13 09:51:45 UTC
Description of problem:

$ dd if=/dev/zero of=/tmp/f bs=1024 count=1 seek=100000
$ time curl file:///tmp/f >/dev/null 
...
real    0m6.352s
$ time curl -s file:///tmp/f >/dev/null 
real    0m0.123s


Seems to be fixed by curl 7.16.3:
| * internal progress meter update frequency back to once per second


Version-Release number of selected component (if applicable):

curl-7.16.2-1.fc7

Comment 1 Jindrich Novy 2007-09-17 12:21:00 UTC
I updated the F7 curl to 7.16.4 that should fix this.

Comment 2 Fedora Update System 2007-09-18 03:17:06 UTC
curl-7.16.4-1.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.

Comment 3 Fedora Update System 2007-10-11 22:55:21 UTC
curl-7.16.4-1.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.