wip: problems with Frame::len()
This commit is contained in:
@@ -56,8 +56,8 @@ impl Peer for Client {
|
||||
id.is_client_initiated()
|
||||
}
|
||||
|
||||
fn is_valid_remote_stream_id(id: StreamId) -> bool {
|
||||
id.is_server_initiated()
|
||||
fn is_valid_remote_stream_id(_id: StreamId) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn convert_send_message(
|
||||
|
||||
Reference in New Issue
Block a user