From c839a23556a91ba0ecfac1fa871f27c05ba23dbf Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 1 Aug 2014 10:58:44 +0200 Subject: [PATCH] add missing option --- http/Client/Curl.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/http/Client/Curl.md b/http/Client/Curl.md index 8051b73..8cd208d 100644 --- a/http/Client/Curl.md +++ b/http/Client/Curl.md @@ -6,7 +6,7 @@ The http\Client\Curl namespace holds option value constants specific to the curl Version | Change --------|------- -2.1.0 | Added $dns_interface, $dns_local_ip4, $dns_local_ip6 options. +2.1.0 | Added $dns_interface, $dns_local_ip4, $dns_local_ip6 options, $expect_100_timeout. ## Constants: @@ -153,7 +153,9 @@ The option names used here are more or less derived from the corresponding CURLO Seconds to wait before sending keepalive probes. Available if libcurl is v7.25.0 or more recent. * int $tcp_keepintvl Interval in seconds to wait between sending keepalive probes. Available if libcurl is v7.25.0 or more recent. - +* bool $tcp_nodelay + Disable [Nagle's algotrithm](http://tools.ietf.org/html/rfc896). + ### Authentication * string $httpauth @@ -216,6 +218,8 @@ The option names used here are more or less derived from the corresponding CURLO Seconds the complete transfer may take. * float $connecttimeout Seconds the connect may take. +* float $expect_100_timeout + Senconds to wait for the server to send a response to "Expect: 100-Continue" before just proceeding with the request. Available if libcurl is v7.36.0 or more recent. ### SSL -- 2.30.2