Skip to content

Commit 2a56c98

Browse files
Merge pull request #229 from Zadamsa/update-process-plugins-events
Fix http return value
2 parents 8fc07dc + efc5b7e commit 2a56c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process/http.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ ProcessPlugin::FlowAction HTTPPlugin::pre_update(Flow& rec, Packet& pkt)
143143
}
144144
}
145145

146-
return ProcessPlugin::FlowAction::NO_PROCESS;
146+
return ProcessPlugin::FlowAction::GET_ALL_DATA;
147147
}
148148

149149
void HTTPPlugin::finish(bool print_stats)

0 commit comments

Comments
 (0)