mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-06 09:12:20 +00:00
fix(userspace/falco): meta request should use the request field
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
committed by
Leo Di Donato
parent
221e1b53aa
commit
3d8b7231f3
@@ -27,7 +27,7 @@ falco::grpc::context::context(::grpc::ServerContext* ctx):
|
|||||||
std::string request_id;
|
std::string request_id;
|
||||||
|
|
||||||
get_metadata(meta_session, session_id);
|
get_metadata(meta_session, session_id);
|
||||||
get_metadata(meta_session, request_id);
|
get_metadata(meta_request, request_id);
|
||||||
|
|
||||||
bool has_meta = false;
|
bool has_meta = false;
|
||||||
std::stringstream meta;
|
std::stringstream meta;
|
||||||
|
Reference in New Issue
Block a user