summaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-24 23:34:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-24 23:34:51 +0200
commitf87a3d736f3200029c8bed3ab4dad50f9680be7a (patch)
tree7db1fde8016a6f576d7cba006365f461aaee00d0 /lib/transfer.c
parentbf5218c85eba8d13c6c40a8047b8018b4ff5f1ed (diff)
parentf44b803f1605edcfc4058b1a818c44552f0affec (diff)
downloadcurl-http2-push.tar.gz
Merge branch 'master' into http2-pushhttp2-push
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 42d38b51a..28cc61ecc 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -1053,9 +1053,6 @@ CURLcode Curl_readwrite(struct connectdata *conn,
return CURLE_SEND_ERROR;
}
- DEBUGF(infof(data, "Curl_readwrite: keepon: %x select_res %x\n", k->keepon,
- select_res));
-
/* We go ahead and do a read if we have a readable socket or if
the stream was rewound (in which case we have data in a
buffer) */