This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Commit 2202b62
committed
Remove bad local stream reference storage
Libchan reference ids unlike spdy IDs are only used remotely and increment by 1.
Storing the locally generated id in the streams reference map causes a collision with remotely generated ids.
Since the locally created streams are not referenced by incoming messages, only remote needs to be stored.
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)1 parent dbf3d8b commit 2202b62
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments