Name
multi:SetOpt_Pipelining_Server_Bl -- pipelining server blacklist
Synopsis
multi:SetOpt_Pipelining_Server_Bl(servers)
Function
Pass a table containing a list of strings here. This is a list of server types prefixes (in the Server: HTTP header) that are blacklisted from pipelining, i.e server types that are known to not support HTTP pipelining.

Note that the comparison matches if the Server: header begins with the string in the blacklist, i.e "Server: Ninja 1.2.3" and "Server: Ninja 1.4.0" can both be blacklisted by having "Ninja" in the backlist.

Pass an empty table to clear the blacklist.

Inputs
servers
input value

Show TOC