Name
multi:SetOpt_Chunk_Length_Penalty_Size -- chunk length threshold for pipelining
Synopsis
multi:SetOpt_Chunk_Length_Penalty_Size(size)
Function
Pass a number with a size in bytes. If a pipelined connection is currently processing a chunked (Transfer-encoding: chunked) request with a current chunk length larger than #CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, that pipeline will not be considered for additional requests, even if it is shorter than #CURLMOPT_MAX_PIPELINE_LENGTH.

Inputs
size
input value

Show TOC