- Notifications
You must be signed in to change notification settings - Fork1k
Commit682d350
authored
chore: upgrade yamux to 0.1.2 (#15727)
Upgrades yamux to 0.1.2, which includes a couple bug fixes.> Significant Changes> * Fixed a case where Streams may continue to exist and block operations even after their Session has been closed.#127 ensures when a Session closes that blocking Stream operations exit as well.> * Allow Reads on locally closed streams. Prior to#131 calling Close() and then Read() on a Stream would fail. Close should only indicate the Stream is done writing. The peer must call Close before Read considers the stream closed. See#131 for details.> * Tests have been improved significantly. See below for details.https://github.com/hashicorp/yamux/releases/tag/v0.1.21 parenta2cf40b commit682d350
2 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
590 | 590 |
| |
591 | 591 |
| |
592 | 592 |
| |
593 |
| - | |
594 |
| - | |
| 593 | + | |
| 594 | + | |
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
|
0 commit comments
Comments
(0)