Tiny bugfix for http file extraction along with test.

This commit is contained in:
Seth Hall 2011-11-14 15:24:15 -05:00
parent 507b51c957
commit b12d2c768e
4 changed files with 315 additions and 1 deletions

View file

@ -33,7 +33,7 @@ export {
event http_entity_data(c: connection, is_orig: bool, length: count, data: string) &priority=5
{
# Client body extraction is not currently supported in this script.
if ( is_orig || ! c$http$first_chunk ) return;
if ( is_orig ) return;
if ( c$http$first_chunk )
{