Author: rhuijben
Date: Thu Nov  5 00:14:32 2015
New Revision: 1712692

URL: http://svn.apache.org/viewvc?rev=1712692&view=rev
Log:
* ssltunnel.c
  (handle_response): Explicitly reset value.

Modified:
    serf/trunk/ssltunnel.c

Modified: serf/trunk/ssltunnel.c
URL: 
http://svn.apache.org/viewvc/serf/trunk/ssltunnel.c?rev=1712692&r1=1712691&r2=1712692&view=diff
==============================================================================
--- serf/trunk/ssltunnel.c (original)
+++ serf/trunk/ssltunnel.c Thu Nov  5 00:14:32 2015
@@ -110,6 +110,7 @@ static apr_status_t handle_response(serf
         /* Body is supposed to be empty. */
         apr_pool_destroy(ctx->pool);
         serf_bucket_destroy(conn->ssltunnel_ostream);
+        conn->ssltunnel_ostream = NULL;
         serf_bucket_destroy(conn->stream);
         conn->stream = NULL;
         ctx = NULL;


Reply via email to