FW: FW: SlikSVN 1.6.6 64-bit stalls on some operations

Joe Orton joe at manyfish.co.uk
Mon Jan 11 08:56:40 EST 2010


On Mon, Jan 11, 2010 at 02:45:12PM +0100, Bert Huijben wrote:
> This snippet compiles for me and fixes the noted issue. (It really needs the #define for me). 

Very interesting.  Thanks for testing it out.

> But looking at the openssl documentation of SSL_shutdown(), I don't 
> know if you can use both shutdown and SSL_shutdown safely in this 
> snippet. (SSL sometimes needs communication in two directions, just to 
> keep the connection working).

Right.  I agree it is not clear, but logically it makes sense - all the 
second call to SSL_shutdown does is wait for a close_notify from the 
peer, which never requires a write.

> Looking at the svn changelog, I see you already fixed this :)

Yup - for HTTP over SSL clean closure isn't required here so I've 
reverted the OpenSSL side and changed the GnuTLS code to match.

Thanks a lot for your help.

Regards, Joe



More information about the neon mailing list