curl-library
Extending pipelining to non-GET HTTP requests
From: m brandenberg <mcbinc_at_panix.com>
Date: Fri, 8 Aug 2014 15:05:43 -0400 (EDT)
Received on 2014-08-08
Date: Fri, 8 Aug 2014 15:05:43 -0400 (EDT)
This is a preliminary diff against 7.37.1 just to open discussion.
The point of this change is to give control to the library user as
to which HTTP methods may participate in pipelining rather than
assuming that GET is always and only compatible. With this multi
option enabled, any request given to the multi handle is presumed
safe. Other multi handles are unaffected and default behavior is
unchanged from previous releases.
Real diff will include doc and unit test changes.
m
-- Monty Brandenberg, Software Engineer MCB, Inc. mcbinc_at_panix.com P.O. Box 425292 mcbinc_at_pobox.com Cambridge, MA 02142-0006 617.864.6907
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- TEXT/PLAIN attachment: curl_7.37.1_pipe.diff