mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixed the debug statement that was causing the integration tests for wasm to fail
This commit is contained in:
parent
0a0d2c95a3
commit
041a9eda3a
1 changed files with 0 additions and 5 deletions
|
|
@ -685,12 +685,7 @@ impl HttpContext for StreamContext {
|
|||
}
|
||||
};
|
||||
|
||||
debug!(
|
||||
"Setting HTTP request body {}",
|
||||
String::from_utf8_lossy(&deserialized_body_bytes)
|
||||
);
|
||||
self.set_http_request_body(0, body_size, &deserialized_body_bytes);
|
||||
|
||||
Action::Continue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue