summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-10-21 22:47:24 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-10-21 23:15:09 +0200
commitaa85247d59482ad505766d788cda19b39eab22d4 (patch)
tree241c2d6d467bade70640ea39ce2253a1cdf8cfcc
parent27daecefb9966b1d858bb06e10329715801a02ed (diff)
downloadcurl-aa85247d59482ad505766d788cda19b39eab22d4.tar.gz
http2: s/priority/weight
-rw-r--r--docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3 (renamed from docs/libcurl/opts/CURLOPT_STREAM_PRIORITY.3)0
-rw-r--r--include/curl/curl.h4
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_STREAM_PRIORITY.3 b/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3
index 4b0f16a95..4b0f16a95 100644
--- a/docs/libcurl/opts/CURLOPT_STREAM_PRIORITY.3
+++ b/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 5ea3d4ce9..86692bbb7 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1648,8 +1648,8 @@ typedef enum {
/* Set the protocol used when curl is given a URL without a protocol */
CINIT(DEFAULT_PROTOCOL, OBJECTPOINT, 238),
- /* Set stream priority, 1 - 256 */
- CINIT(STREAM_PRIORITY, LONG, 239),
+ /* Set stream weight, 1 - 256 (default is 16) */
+ CINIT(STREAM_WEIGHT, LONG, 239),
/* Set stream dependency on another CURL handle */
CINIT(STREAM_DEPENDS, OBJECTPOINT, 240),