Skip to content

Commit

Permalink
Fix http return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Zadamsa committed Nov 11, 2024
1 parent 8fc07dc commit efc5b7e
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 efc5b7e

Please sign in to comment.