hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.34k stars 269 forks source link

Consistently indicate `malformed` in logs #658

Closed howardjohn closed 1 year ago

howardjohn commented 1 year ago

Without this, logs just show things like h2::server: :scheme in CONNECT; this is not super useful unless I already happened to know that is invalid. With this, it will indicate it is malformed explicitly, like other usages in the file.