From: SourceForge.net <no...@so...> - 2005-06-16 18:15:34
|
Feature Requests item #1222107, was opened at 2005-06-16 20:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1222107&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: C-API Group: None Status: Open Resolution: None Priority: 6 Submitted By: Zoran Vasiljevic (vasiljevic) Assigned to: Zoran Vasiljevic (vasiljevic) Summary: Remove redundant maxpost config option Initial Comment: The maxpost config option (per-virtual-server) is redundant and wrongly tested in driver.c. Since the real brake to DOS attacks is the maxinput (per socket-driver instance) we can safely drop this knob. It will make setup easier. People should use the maxinput option of the socket driver if they need to limit the accepted input beyond the default of 1MB per request. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1222107&group_id=130646 |