Bug 64902 - Directive "SendBufferSize"must be >= 512 bytes if not set as '0'.
Summary: Directive "SendBufferSize"must be >= 512 bytes if not set as '0'.
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 2.4.43
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: HTTP Server Documentation List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-09 07:43 UTC by zsl
Modified: 2020-11-09 07:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zsl 2020-11-09 07:43:24 UTC
Based on the handling logic in src/server/listen.c, the directive "SendBufferSize" must be >= 512 bytes, or 0 for system default. However, in the document of (http://httpd.apache.org/docs/2.4/mod/mpm_common.html#sendbuffersize), no lower bound of this 512 bytes limit is mentioned. It is recommanded to add the lower bound in the doc.