Bug 78911
Summary: | read timeout does not work for https URLs | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Geoffrey D. Bennett <geoffrey> |
Component: | perl-libwww-perl | Assignee: | Warren Togami <wtogami> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | coryp |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-09-11 11:47:46 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
Geoffrey D. Bennett
2002-12-03 13:06:36 UTC
upgrade to a newer version. i cannot reproduce it on my test system: altblue@nop:~$ time /usr/bin/lwp-request -t 1 https://1.2.3.4/ 500 read timeout real 0m1.278s user 0m0.220s sys 0m0.032s altblue@nop:~$ time /usr/bin/lwp-request -t 5 https://1.2.3.4/ 500 read timeout real 0m5.256s user 0m0.229s sys 0m0.026s altblue@nop:~$ rpm -q perl-libwww-perl perl-libwww-perl-5.79-6 |