bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] persistence with multiple hostnames


From: Micah Cowan
Subject: Re: [Bug-wget] persistence with multiple hostnames
Date: Tue, 17 Apr 2012 11:16:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120302 Thunderbird/11.0

On 04/17/2012 09:16 AM, Ryan Rawdon wrote:
> Micah took a quick look over the source (or was previously familiar with it), 
> and it sounds like there may be checks in place which should have prevented 
> this, however I did look to confirm.

I misread; it first checks if the hostname matches, and if so, decides
it can reuse the current connection; if the hostname doesn't match,
though, it then does further investigation to see whether the underlying
address is the same. The check wasn't to preven this situation, it was
just meant as a sort of shortcut to avoid looking up IP addresses when
the hostname's the same.

-mjc



reply via email to

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