The cipherstream xfer_window_changed() message is used to retrigger the TLS transmit state machine. If the transmit state machine is idle, then the window change message will not be propagated to the plainstream interface. This can potentially cause the plainstream interface peer (e.g. httpcore) to block waiting for a window change message that will never arrive. Fix by ensuring that the window change message is propagated to the plainstream interface if the transmit state machine is idle. (If the transmit state machine is not idle then the plainstream window will be zero anyway.) Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
|
||
2747 |
|
2747 |
|
2748 |
|
2748 |
|
2749 |
|
2749 |
|
2750 |
|
|
|
2751 |
|
|
|
|
2750 |
|
|
|
2751 |
|
|
|
2752 |
|
|
|
2753 |
|
|
2752 |
|
2754 |
|
|
2755 |
|
|
|
2756 |
|
|
|
2757 |
|
|
2753 |
|
2758 |
|
2754 |
|
2759 |
|
2755 |
|
2760 |
|