From 4b6d3a2bfdb46fd6a698b9218bbceea4ce865ac2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 15 Jun 2009 21:13:00 +0000 Subject: - Eric Wong's patch: This allows curl(1) to be used as a client-side tunnel for arbitrary stream protocols by abusing chunked transfer encoding in both the HTTP request and HTTP response. This requires server support for sending a response while a request is still being read, of course. If attempting to read from stdin returns EAGAIN, then we pause our sender. This leaves curl to attempt to read from the socket while reading from stdin (and thus sending) is paused. --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c4e9c2cb2..6c0c53984 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,8 @@ This release includes the following bugfixes: o djgpp build fix o configure detection of GnuTLS now based on pkg-config o libcurl-NSS client cert handling segfaults + o curl uploading from stdin/pipes now works in non-blocking way so that it + continues the downloading even when the read stalls This release includes the following known bugs: -- cgit v1.2.3