msquic
msquic copied to clipboard
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
### Describe the bug Misc/WithAbortiveArgs.AbortiveShutdown/502 test is flaky. Here is a log of a recent failure: Test logs: https://github.com/microsoft/msquic/actions/runs/6356433339/job/17266401639?pr=3817 The goal of opening this bug is to keep track of...
### Describe the feature you'd like supported An ETW trace provider already exists currently, but the amount of information needs to be streamlined with QUIC global, connection and stream level...
### Describe the bug When dialing a Quinn server (Rust based) I get a handshake failure on the rust side because it fails to parse the SNI field. The SNI...
### Describe the feature you'd like supported QTIP feature allows QUIC to be sent over TCP/IP for the purposes of framing to leverage SLB fast path support in Azure. But...
### Describe the bug Hello, We have developed an GRPC based application, iOS and Android clients connects over QUIC. Client (Ios mobile application using Cronet) connects to server (Microsoft Windows...
### Describe the feature you'd like supported We need to be able to produce an internal feed for binaries that will be release for security updates. ### Proposed solution Private...
### Describe the bug ``` Saving results_ThroughputDown_Windows_x64_openssl_Encryption_Off.json out for publishing. Running Test TcpThroughputDown_Windows_x64_openssl_Default Test Run Took 00:00:12.7110308 Run 1: 11041504 kbps [01/29/2023 09:25:20] Dump file(s) generated ForEach-Object : The function...
### Describe the bug Sometimes QuicTestKeyUpdate test fail https://dev.azure.com/ms/msquic/_build/results?buildId=431415&view=logs&j=3667e279-20cb-5b66-4f7d-50a166799211&t=69945233-3564-536d-0950-ae97d4372f33&l=1480 maybe windows only? ### Affected OS - [X] Windows - [ ] Linux - [ ] macOS - [ ] Other...
### Describe the bug ``` [ RUN ] AppData/WithSendArgs1.Send/411 D:\a\msquic\msquic\src\test\lib\DataTest.cpp(507): error: Wait for clients to complete timed out after 3010 ms. D:\a\msquic\msquic\src\test\lib\DataTest.cpp(140): error: Not all data sent. D:\a\msquic\msquic\src\test\lib\DataTest.cpp(140): error: Not...
### Describe the bug During a CI run, there was a test failure because of an assert in `MsQuicConnectionClose`. Somehow, the connection's `HandleClosed` flag didn't get set: ``` # Child-SP...