test: decode pong response

This commit is contained in:
meowkatee
2025-11-30 21:16:06 +08:00
parent 77cdf7801d
commit 8d2c3ab82c
2 changed files with 12 additions and 1 deletions

View File

@@ -59,6 +59,8 @@ pub trait MaiVersionExt: MaiVersion {
.with_header(CONTENT_ENCODING, "deflate")
.with_header(EXPECT, "100-continue");
debug!("request: {req:?}");
Ok(req)
}