Revision: 14936
Author:   adrian.chadd
Date:     Fri Jul 22 20:22:11 2011
Log: Another assertion to try and track down weird ssl tunneling behaviour


http://code.google.com/p/lusca-cache/source/detail?r=14936

Modified:
 /playpen/LUSCA_HEAD_ipv6/src/ssl.c

=======================================
--- /playpen/LUSCA_HEAD_ipv6/src/ssl.c  Wed Jul 13 01:13:48 2011
+++ /playpen/LUSCA_HEAD_ipv6/src/ssl.c  Fri Jul 22 20:22:11 2011
@@ -470,6 +470,7 @@
        errorSend(sslState->client.fd, err);
     } else {
        sslState->connected = 1;
+       assert(sslState->server.fd != -1);
        if (sslState->servers->peer)
            sslProxyConnected(sslState->server.fd, sslState);
        else

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to