Skip to content

Commit 5ca2905

Browse files
committed
test(server): server test cleanup
1 parent 576addd commit 5ca2905

File tree

2 files changed

+187
-350
lines changed

2 files changed

+187
-350
lines changed

src/proto/h1/role.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ impl Http1Transaction for Server {
242242
let (ret, mut is_last) = if is_upgrade {
243243
(Ok(()), true)
244244
} else if msg.head.subject.is_informational() {
245-
error!("response with 1xx status code not supported");
245+
warn!("response with 1xx status code not supported");
246246
*msg.head = MessageHead::default();
247247
msg.head.subject = StatusCode::INTERNAL_SERVER_ERROR;
248248
msg.body = None;

0 commit comments

Comments
 (0)