https://bz.apache.org/bugzilla/show_bug.cgi?id=69591
--- Comment #11 from Pierre Brochard <pierre.brochard.1...@m4x.org> --- (In reply to Pierre Brochard from comment #9) > 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 > === In fact the data length (len) is 65530 octets in the first case (-6) and 65529 in the second (-7) There maybe another problem with the writing of the data block I don't see in your example. It could erase the end of the block. -- 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