Re: wget fails when server requests SSL renegociation

2005-08-26 Thread Hrvoje Niksic
This should now be fixed in the repository, in a slightly different manner (by setting SSL_MODE_AUTO_RETRY on the SSL context). Thanks for the report.

wget Mailing List question

2005-08-26 Thread Jonathan
Would it be possible (and is anyone else interested) to have the subject line of messages posted to this list prefixed with '[wget]'? I belong to several development mailing lists that utilize this feature so that distributed messages to not get removed by spam filters, or deleted by

Re: openssl server renogiation bug in wget

2005-08-26 Thread Hrvoje Niksic
Thanks for the report; I've applied this patch: 2005-08-26 Jeremy Shapiro [EMAIL PROTECTED] * openssl.c (ssl_init): Set SSL_MODE_AUTO_RETRY. Index: openssl.c === --- openssl.c (revision 2063) +++ openssl.c (working

Re: wget Mailing List question

2005-08-26 Thread Daniel Stenberg
On Fri, 26 Aug 2005, Jonathan wrote: Would it be possible (and is anyone else interested) to have the subject line of messages posted to this list prefixed with '[wget]'? Please don't. Subject real estate is precious and limited already is it is. I find subject prefixes highly distdurbing.

Re: wget Mailing List question

2005-08-26 Thread Hrvoje Niksic
Jonathan [EMAIL PROTECTED] writes: Would it be possible (and is anyone else interested) to have the subject line of messages posted to this list prefixed with '[wget]'? I am against munging subject lines of mail messages. The mailing list software provides headers such as `Mailing-List' and

Re: A suggestion for configure.in

2005-08-26 Thread Stepan Kasal
Hello, On Fri, Aug 26, 2005 at 02:07:16PM +0200, Hrvoje Niksic wrote: I've applied a slightly modified version of this patch, thanks. [...] I used elif instead. thank you, also for correcting my mistake. Actually, I wasn't aware about the fact that shell elif is portable. (I checked, and it