lp:~oisf/suricata-daily-git-libhtp/libhtp
- Get this branch:
- bzr branch lp:~oisf/suricata-daily-git-libhtp/libhtp
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/ironbee/libhtp.git.
Last successful import was .
Recent revisions
- 1382. By Philippe Antoine <email address hidden>
-
request: do not fully error on data after HTTP/0.9
In many cases, this is not HTTP/0.9 anyways
- 1380. By Philippe Antoine <email address hidden>
-
response: do not error on gap finishing content-length
Passing a gap to a decompressor closes it, but if we also finish
known content-length, we try to reclose decompressor and fail - 1379. By Philippe Antoine <email address hidden>
-
chunks: probe validity if data was not buffered
If a chunk length line was split in two packets, we buffered
the end of the first packet/beginning of the line, and checked
its validity.
So, do not check further on second packet. - 1377. By Philippe Antoine <email address hidden>
-
response: end decompressors in chunked content
When a response ends in the middle of a chunk, signal
it to the decompressors to let them finalize the data
they got so far, as is done with content-length.Do this for all states of chunked content.
- 1373. By Philippe Antoine <email address hidden>
-
response: end decompressors in chunked content
When a response ends in the middle of a chunk, signal
it to the decompressors to let them finalize the data
they got so far, as is done with content-length.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)