Add connection window overflow test (#72)

This commit is contained in:
Sean McArthur
2017-09-11 10:17:43 -07:00
committed by Carl Lerche
parent 5c0efcf8c4
commit 460afa41c8
3 changed files with 110 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ impl GoAway {
}
}
pub fn last_stream_id(&self) -> StreamId {
self.last_stream_id
}
pub fn reason(&self) -> Reason {
self.error_code.into()
}