aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-04-29 17:00:53 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-05-18 08:57:17 +0200
commit7bbac214f5be8ab87114a0e00db2ebd390e1c64b (patch)
tree171eba44aa9fd3d3ca5e09057c60392890fa927c /lib/url.c
parent84c6b6561f8a537f43b0647e4dbd7f2b258e2174 (diff)
http2: move the mem+len pair to the stream struct
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index d69139811..49b55d89d 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -5945,6 +5945,8 @@ CURLcode Curl_done(struct connectdata **connp,
conn = *connp;
data = conn->data;
+ DEBUGF(infof(data, "Curl_done\n"));
+
if(conn->bits.done)
/* Stop if Curl_done() has already been called */
return CURLE_OK;