Fix backchannel status checking bugs
Checking for merely (status < 0) is a bug because the check for timeout is deliberate.
Note that you have an if (timeout < 0) at the beginning
So if the timeout is set to a value, it should check for that value.
Co-Authored-By: aaaaaa123456789 <aaaaaa123456789@acidch.at>
合并状态:未合并 关闭于 2023-01-19 1 条评论