check for StreamId overflow (#68)
This commit is contained in:
@@ -106,7 +106,7 @@ where
|
||||
let handshake = Flush::new(codec)
|
||||
.and_then(ReadPreface::new)
|
||||
.map(move |codec| {
|
||||
let connection = Connection::new(codec, &settings);
|
||||
let connection = Connection::new(codec, &settings, 2.into());
|
||||
Server {
|
||||
connection,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user