mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-28 02:49:02 +02:00
simplify h1 dispatcher
This commit is contained in:
@ -18,6 +18,7 @@ pub(crate) struct H1Decoder {
|
||||
decoder: Option<EncodingDecoder>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) enum Message {
|
||||
Message { msg: Request, payload: bool },
|
||||
Chunk(Bytes),
|
||||
|
Reference in New Issue
Block a user