fix: enable_pipelining should not be allowed to be zero

This commit is contained in:
Zaiming (Stone) Shi 2022-07-04 12:12:31 +02:00
parent a32a582bbc
commit bb854a9667
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ base URL 只包含host和port。</br>
enable_pipelining {
desc {
en: "Whether to send HTTP requests continuously, when set to 0, it means that after each HTTP request is sent, you need to wait for the server to return and then continue to send the next request."
zh: "是否连续发送 HTTP 请求,当设置为 0 时,表示每次发送完成 HTTP 请求后都需要等待服务器返回,再继续发送下一个请求。"
en: "A positive integer. Whether to send HTTP requests continuously, when set to 1, it means that after each HTTP request is sent, you need to wait for the server to return and then continue to send the next request."
zh: "正整数,设置最大可发送的异步 HTTP 请求数量。当设置为 1 时,表示每次发送完成 HTTP 请求后都需要等待服务器返回,再继续发送下一个请求。"
}
label: {
en: "HTTP Pipelineing"