Name
multi:SetOpt_Max_Concurrent_Streams -- max concurrent streams for http2 (V2.0)
Synopsis
multi:SetOpt_Max_Concurrent_Streams(max)
Function
Pass a value indicating the maximum concurrent streams for http2. The get number will be used as the maximum number of concurrent streams for a connections that libcurl should support on connections done using HTTP/2.

Valid values range from 1 to 2147483647 (2^31 - 1) and defaults to 100. The value passed here would be honored based on other system resources properties.

Inputs
max
input value

Show TOC