https://bz.apache.org/bugzilla/show_bug.cgi?id=69591

--- Comment #4 from Karthick B <karthick...@live.com> ---
my code snippet as below 

tmpres = send(sock, buf, BUFSIZE_CHUNKED, (MSG_NOSIGNAL));

buf of size BUFSIZE_CHUNKED which is #define BUFSIZE_CHUNKED (4 *1024 *1024). 

if i keep the BUFSIZE_CHUNKED till 65536, apache doesnt throw error. if i go
beyond 65536, apache throws error. 

my buffer properly filled with length followed by CRLF. 

LimitRequestFieldSize is not configured. it should be default value. should i
change LimitRequestFieldSize and test ?

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to