[Bug-wget] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Tim Ruehsen
Update of bug #46061 (project wget): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

Re: [Bug-wget] [PATCH] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Tim Ruehsen
On Monday 28 September 2015 16:05:39 Giuseppe Scrivano wrote: > Tim Ruehsen writes: > > wgnutls_write is called without timeout. So, what can we do here ? > > > > But maybe we don't have to check for GNUTLS_E_REHANDSHAKE at this point at > > all. Regarding > > http://www.gnutls.org/manual/html_no

Re: [Bug-wget] [PATCH] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Giuseppe Scrivano
Tim Ruehsen writes: > wgnutls_write is called without timeout. So, what can we do here ? > > But maybe we don't have to check for GNUTLS_E_REHANDSHAKE at this point at > all. Regarding > http://www.gnutls.org/manual/html_node/Re_002dauthentication.html, only > gnutls_record_recv() returns GNUT

Re: [Bug-wget] [PATCH] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Tim Ruehsen
On Monday 28 September 2015 15:30:33 Giuseppe Scrivano wrote: > Tim Ruehsen writes: > > Please review / test this patch. > > > > BTW, I am not sure if contributors.debian.org is configured correctly. > > The rehandshake occurs right after the HTTP request and it has a pretty > > heavy impact on d

Re: [Bug-wget] [PATCH] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Giuseppe Scrivano
Tim Ruehsen writes: > Please review / test this patch. > > BTW, I am not sure if contributors.debian.org is configured correctly. > The rehandshake occurs right after the HTTP request and it has a pretty heavy > > impact on download duration. > > Regards, Tim > > On Sunday 27 September 2015 20

Re: [Bug-wget] [PATCH] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Giuseppe Scrivano
Tim Ruehsen writes: > Please review / test this patch. we basically wrote the same patch :) It looks fine to me, just please add a space in the function calls: "_do_handshake(" -> "_do_handshake (" and feel free to push it. Regards, Giuseppe

[Bug-wget] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Tim Ruehsen
Follow-up Comment #4, bug #46061 (project wget): Sorry, my patch didn't make it to the bug tracker nor to the mailing list nor to you !? Interesting, I saw it pop up on the Debian bug tracker (and I got an automatic reply from there). I attach it here for comparison with your patch. (file #35003

[Bug-wget] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Giuseppe Scrivano
Follow-up Comment #3, bug #46061 (project wget): Good analysis Tim! I have attacheda patch that solves the problem for me (file #35002) ___ Additional Item Attachment: File name: 0001-gnutls-honor-error-GNUTLS_E_REHANDSHAKE.patch Size:4 K

Re: [Bug-wget] -m --iri unnecessarily modifies double-escapes incorrectly, whereas -m --no-iri works

2015-09-28 Thread Juaristi Álamos , Ander
Hi there, I'm afraid I cannot reproduce it in the latest git snapshot. The resulting link is exactly the same in the website (online) and in the downloaded content: http://www.liteirc.net/mirrors/siyobik.info/instruction/XLAT% 2FXLATB.html vs file:///home/aja/codebase/wget/www.liteirc.net/mirr

[Bug-wget] [PATCH] [bug #46061] wget https://contributors.debian.org fails with "No data received."

2015-09-28 Thread Tim Ruehsen
Please review / test this patch. BTW, I am not sure if contributors.debian.org is configured correctly. The rehandshake occurs right after the HTTP request and it has a pretty heavy impact on download duration. Regards, Tim On Sunday 27 September 2015 20:03:54 Tim Ruehsen wrote: > Follow-up Co

Re: [Bug-wget] -m --iri unnecessarily modifies double-escapes incorrectly, whereas -m --no-iri works

2015-09-28 Thread Barry Allard
Stable is definitely broken (look closely at the 404’s and missing %-encoded files), so cutting a release will resolve this issue. Full logs of stable (1.16.3) and latest head (e51076e6) runs: https://gist.github.com/564ab530f5a18703ea1a Regards, Barry Allard > On Sep 28, 2015, at 1:19 AM, Ju