Commit d5b5a20
committed
Add missing continue after stream failure
After the send status is called, a stream will be closed and cannot do
more processing on the stream, including further send status.
This also fixes a panic when a streamid sent to the server is not found,
the send status will return and then panic attempting to convert nil to
a stream handler.
Signed-off-by: Derek McGowan <derek@mcg.dev>1 parent eeb849b commit d5b5a20
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
426 | 427 | | |
427 | 428 | | |
428 | 429 | | |
| 430 | + | |
429 | 431 | | |
430 | 432 | | |
431 | 433 | | |
| |||
435 | 437 | | |
436 | 438 | | |
437 | 439 | | |
| 440 | + | |
438 | 441 | | |
439 | 442 | | |
440 | 443 | | |
| |||
0 commit comments