diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-06-15 21:13:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-06-15 21:13:00 +0000 |
commit | 4b6d3a2bfdb46fd6a698b9218bbceea4ce865ac2 (patch) | |
tree | e990dab9f993fe625a285e8172d1f5ead7f2fab4 /RELEASE-NOTES | |
parent | 7ae624e7004338683c659fe881c1847fe9ee708a (diff) |
- 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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
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: |