We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576addd commit 5ca2905Copy full SHA for 5ca2905
src/proto/h1/role.rs
@@ -242,7 +242,7 @@ impl Http1Transaction for Server {
242
let (ret, mut is_last) = if is_upgrade {
243
(Ok(()), true)
244
} else if msg.head.subject.is_informational() {
245
- error!("response with 1xx status code not supported");
+ warn!("response with 1xx status code not supported");
246
*msg.head = MessageHead::default();
247
msg.head.subject = StatusCode::INTERNAL_SERVER_ERROR;
248
msg.body = None;
0 commit comments