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

--- Comment #8 from Karthick B <[email protected]> ---
please check the snapshot of pcap when 64K buffer and 4M buffer is used. 

LimitRequestBody didnt helped me. still got same error. 

code snippet for CRLF
  len = BUFSIZE_CHUNKED-7; /* Hex of BUFSIZE_CHUNKED = 3 Bytes, 2*\r\n*/
  sprintf(buf, "%X\r\n",len);
  buf[BUFSIZE_CHUNKED-2] = '\r';
  buf[BUFSIZE_CHUNKED-1] = '\n';
tmpres = send(sock, buf, BUFSIZE_CHUNKED, (MSG_NOSIGNAL));



where BUFSIZE_CHUNKED is 4 *1024 *1024 

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to