diff options
author | 2021-11-17 01:49:20 +0900 | |
---|---|---|
committer | 2021-11-16 16:49:20 +0000 | |
commit | 0bf4adf5cf2b4887e3df69f456b6e0220ac6ed19 (patch) | |
tree | 2f9ad991e86a14ed9d408c39ac81fa297751d052 | |
parent | 26fcf79713f4b2de86f8219a3ce83f679768e53d (diff) | |
download | quiche-0bf4adf5cf2b4887e3df69f456b6e0220ac6ed19.tar.gz quiche-0bf4adf5cf2b4887e3df69f456b6e0220ac6ed19.tar.zst quiche-0bf4adf5cf2b4887e3df69f456b6e0220ac6ed19.zip |
fix typo *unidirectional
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8989,7 +8989,7 @@ mod tests { } #[test] - /// Tests that the MAX_STREAMS frame is sent for unirectional streams. + /// Tests that the MAX_STREAMS frame is sent for unidirectional streams. fn stream_limit_update_uni() { let mut config = Config::new(crate::PROTOCOL_VERSION).unwrap(); config |