From a1dfe0164a70ff0b772163bf834863a3d1ab0ea6 Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Mon, 3 Jun 2024 10:56:45 +0200 Subject: [PATCH] fix(kawa_h1): give response stream instead of request stream * Fix an index out of bound issue * We are in the request parsing stream, so we should diagnostic the response is something goes wrong Signed-off-by: Florentin Dubois --- lib/src/protocol/kawa_h1/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/protocol/kawa_h1/mod.rs b/lib/src/protocol/kawa_h1/mod.rs index abceb7715..e30ecee73 100644 --- a/lib/src/protocol/kawa_h1/mod.rs +++ b/lib/src/protocol/kawa_h1/mod.rs @@ -831,7 +831,7 @@ impl Http