Skip to content

Commit

Permalink
Merge pull request #229 from Zadamsa/update-process-plugins-events
Browse files Browse the repository at this point in the history
Fix http return value
  • Loading branch information
jaroslavpesek authored Nov 11, 2024
2 parents 8fc07dc + efc5b7e commit 2a56c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/http.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ProcessPlugin::FlowAction HTTPPlugin::pre_update(Flow& rec, Packet& pkt)
}
}

return ProcessPlugin::FlowAction::NO_PROCESS;
return ProcessPlugin::FlowAction::GET_ALL_DATA;
}

void HTTPPlugin::finish(bool print_stats)
Expand Down

0 comments on commit 2a56c98

Please sign in to comment.