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

--- Comment #9 from Pierre Brochard <pierre.brochard.1...@m4x.org> ---
Pour 65536 or less hex for the size is 2 octets long (len is 2 octets long) :
0 1 2  3  4-65533 65534 65535
X X CR LF DATA    CR LF
Which is 65529 = 65536 - 7 as you have

Above 65536 it is 3 octets for len :
0 1 2 3  4  5-(4M-3) 4M-2 4M-1
      CR LF          CR   LF
which is 4M - 8
             ===

-- 
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