Project

General

Profile

Bug #606

Updated by Victor Julien over 11 years ago

Most headers with a name of length 6 are not part of the http_header buffer. 

 Fixed by: 
 <pre> 
 commit 559c8ae1812b945f8f4b9ddd27d04b6c0d7aea07 4fab8ea6d6100e0913a56f3c5d741f322eda6a42 
 Author: Victor Julien <victor@inliniac.net> 
 Date:     Fri Oct 19 11:44:51 2012 +0200 

     http: fix http header reassembly bug causing some headers to be left out of the inspected buffer 
 </pre> 

Back