[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] wget 1.13.1 hangs on redirected url
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] wget 1.13.1 hangs on redirected url |
Date: |
Wed, 17 Aug 2011 15:24:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Hello,
I have tried the command you suggested but I wasn't able to let it hang.
Are you able to reproduce this problem every time? If so, can you
please include the debug information generated by --debug?
Thanks,
Giuseppe
Axel Reinhold <address@hidden> writes:
> Hi,
>
> wget 1.13.1 hangs on redirected site foreever - this url also has digest
> authorization!
> works fine with wget 1.12 .
>
> address@hidden ~]$ /tmp/wget-1.13.1-1/bin/wget -O-
> http://calea.wpack.de/sites/active
> --2011-08-17 08:34:39-- http://calea.wpack.de/sites/active
> Resolving calea.wpack.de (calea.wpack.de)... 188.138.34.37
> Connecting to calea.wpack.de (calea.wpack.de)|188.138.34.37|:80... connected.
> HTTP request sent, awaiting response... 401 Authorization Required
> Reusing existing connection to calea.wpack.de:80.
> HTTP request sent, awaiting response... 200
> Length: 66 [text/html]
> Saving to: `STDOUT'
>
> 0% [
> ] 0 K/s
>
> Regards
> Axel