Sashan
Sashan
This got introduced by 595288251bb (QUIC APL: Ensure APL functions use correct prologue)
runner when running tests on FreeBSD. These failures are caused by some kind of race condition in perl code which controls test suite run. The typical symptom is: ``` Test...
…_{send,recv}() Whenever stream state reaches RESET_SENT state the underlying stream object (QUIC_SSTREAM/QUIC_RSTREAM) is gone. The current code is just lucky enough, not to hit this issue. The change also adds...
the proposed change attempts to fix following edge-case. local QUIC connection end-point receives connection close notification from remote peer while QUIC streams still exists. In my opinion QUIC stack should...
not sure if it follows the proper update process. back in May/Jun we agreed to use c99. If I remember correct we never discussed if C99 should be allowed on...
cstyle change only ##### Checklist - [ ] documentation is added or updated - [ ] tests are added or updated
Fixes Coverity 1676003 ##### Checklist - [ ] documentation is added or updated - [ ] tests are added or updated
##### Checklist - [ ] documentation is added or updated - [ ] tests are added or updated