]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLMOPT_MAX_CONCURRENT_STREAMS: make sure the set value is within range
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2023 09:54:40 +0000 (10:54 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2023 14:01:04 +0000 (15:01 +0100)
commit9a8bb20d4819b3eddfbb405c0045ca85137b0ff6
tree307f871686a0b37496ba1b50ff5af12d8ace5fe1
parent2d06eebf28043f2b17e9ffbe1902568d5f8e9d4c
CURLMOPT_MAX_CONCURRENT_STREAMS: make sure the set value is within range

... or use the default value.

Also clarify the documentation language somewhat.

Closes #12382
docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3
lib/multi.c