wip: problems with Frame::len()
This commit is contained in:
@@ -110,8 +110,8 @@ impl Peer for Server {
|
||||
type Send = http::response::Head;
|
||||
type Poll = http::request::Head;
|
||||
|
||||
fn is_valid_local_stream_id(id: StreamId) -> bool {
|
||||
id.is_server_initiated()
|
||||
fn is_valid_local_stream_id(_id: StreamId) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn is_valid_remote_stream_id(id: StreamId) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user