Opened 7 years ago

Closed 7 years ago

#138 closed defect (fixed)

wget: pathconf: No such file or directory error when proxy enabled

Reported by: Lewis Rosenthal Owned by: Silvan Scherrer
Priority: minor Milestone:
Component: *none Version:
Severity: low Keywords:
Cc:

Description

Proxy is correctly configured in .wgetrc:

http_proxy = http://localhost:3128/
use_proxy = on

However, when retrieving with proxy enabled, the following (likely spurious) error is reported:

wget http://some-url-with-existing-file
pathconf: No such file or directory
--2017-01-27 15:58:26--  http://some-url-with-existing-file
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:3128... connected.
Proxy request sent, awaiting response...

The download completes normally, apparently via the configured proxy.

The same .wgetrc configuration does not throw the error with my homegrown wget 1.14 static build from 2013.

The above occurs with:

wget-1.18-2.oc00.pentium4

Change History (2)

comment:1 Changed 7 years ago by Silvan Scherrer

Owner: set to Silvan Scherrer
Status: newaccepted

comment:2 Changed 7 years ago by Silvan Scherrer

Resolution: fixed
Status: acceptedclosed

fixed in r1982

Note: See TracTickets for help on using tickets.