perf(h1): improve parsing and encoding of http1 messages
This commit is contained in:
@@ -531,7 +531,7 @@ impl<T, B, R> Future for HandshakeInner<T, B, R>
|
||||
where
|
||||
T: AsyncRead + AsyncWrite + Send + 'static,
|
||||
B: Payload,
|
||||
R: proto::Http1Transaction<
|
||||
R: proto::h1::Http1Transaction<
|
||||
Incoming=StatusCode,
|
||||
Outgoing=proto::RequestLine,
|
||||
>,
|
||||
|
||||
Reference in New Issue
Block a user