]> granicus.if.org Git - curl/commit
- Eric Wong's patch:
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Jun 2009 21:13:00 +0000 (21:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Jun 2009 21:13:00 +0000 (21:13 +0000)
commit4b6d3a2bfdb46fd6a698b9218bbceea4ce865ac2
treee990dab9f993fe625a285e8172d1f5ead7f2fab4
parent7ae624e7004338683c659fe881c1847fe9ee708a
- 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.
CHANGES
RELEASE-NOTES
src/main.c