bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH] timeout option is ingnored if host does not answer SS


From: Tomas Hozza
Subject: [Bug-wget] [PATCH] timeout option is ingnored if host does not answer SSL handshake (openssl)
Date: Thu, 11 Jul 2013 05:30:31 -0400 (EDT)

Hi.

Calling wget on https server with --timeout option does not work
when the server does not answer SSL handshake. Note that this has
been tested on wget-1.14 compiled with OpenSSL.

This issue can be reproduced as follows:

- on first terminal run:
# nc -l localhost 12345

- on second terminal run:
wget --timeout=2 --no-check-certificate https://localhost:12345

Without the attached patch wget does not exit after specified
timeout.

Regards,

Tomas Hozza

Attachment: 0001-Fix-timeout-option-when-used-with-SSL.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]