Re: [Bug-wget] Support non-ASCII URLs

2016-01-12 Thread Giuseppe Scrivano
Eli Zaretskii writes: >> From: Tim Rühsen >> Cc: Giuseppe Scrivano , Eli Zaretskii >> Date: Fri, 18 Dec 2015 22:41:29 +0100 >> >> 1. Maybe do_conversion() should take a char * argument instead of const char >> *. We avoid one

Re: [Bug-wget] short option for --content-disposition (feature request)

2016-01-12 Thread Ángel González
On 05/01/16 14:34, Giuseppe Scrivano wrote: Hanno Böck writes: Hi, I quite often use the --content-disposition command line option of wget. It's a bit annoying to type in, but currently it seems there is no short option for it. Could such a short option be added? c and d

Re: [Bug-wget] Support non-ASCII URLs

2016-01-12 Thread Eli Zaretskii
> From: Giuseppe Scrivano > Cc: tim.rueh...@gmx.de, bug-wget@gnu.org > Date: Tue, 12 Jan 2016 20:58:16 +0100 > > Eli Zaretskii writes: > > > This was fixed by Tim in the meantime. Are you running the current > > Git version? > > sorry my mistake, I was using

Re: [Bug-wget] Support non-ASCII URLs

2016-01-12 Thread Giuseppe Scrivano
Eli Zaretskii writes: > This was fixed by Tim in the meantime. Are you running the current > Git version? sorry my mistake, I was using an outdated version. All works now for me as well. Regards, Giuseppe

Re: [Bug-wget] Support non-ASCII URLs

2016-01-12 Thread Eli Zaretskii
> From: Giuseppe Scrivano > Cc: Tim Rühsen , bug-wget@gnu.org > Date: Tue, 12 Jan 2016 12:19:06 +0100 > > >> FAIL: Test-iri-forced-remote > >> > >> My son has birthday tomorrow, so I am not sure how much time I can spend > >> on > >> the weekend on this

[Bug-wget] [bug #20523] wget ignores timeout on HTTPS connections

2016-01-12 Thread Andrey Mazo
Follow-up Comment #5, bug #20523 (project wget): Just in case someone needs a test case for openssl_write() ignoring the timeout, here it is. Seems to be reproducible with wget-1.17.1. It's quite unlikely to happen in the real world but anyway. 1) Make default TCP send buffer less than wget send

[Bug-wget] [bug #20523] wget ignores timeout on HTTPS connections

2016-01-12 Thread Andrey Mazo
Follow-up Comment #6, bug #20523 (project wget): Oh, sorry for the messed markup. The same without markup: 1) Make default TCP send buffer less than wget send buffer (which is 8192): echo "4096 4096 4096" > /proc/sys/net/ipv4/tcp_wmem 2) Generate a sample file larger than TCP send buffer: dd