Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit fb8a173

Browse files
committed
Upgrade quiche version to get fix for bug that can cause packet drops
Motivation: Quiche had a bug which could cause packet drops. This was fixed and so we should update to get the fix Modifications: Update to sha that fixes packet drop bug. Result: Fixes #827
1 parent cfb371f commit fb8a173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codec-native-quic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<quicheHomeIncludeDir>${quicheHomeDir}/quiche/include</quicheHomeIncludeDir>
5757
<quicheRepository>https://github.com/cloudflare/quiche</quicheRepository>
5858
<quicheBranch>master</quicheBranch>
59-
<quicheCommitSha>5ea8d8e3569c1ed34b895e2211e62791e77c29ab</quicheCommitSha>
59+
<quicheCommitSha>094896852c07d6d4bc7789b8814e77966f701e89</quicheCommitSha>
6060
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
6161
<templateDir>${project.build.directory}/template</templateDir>
6262
<cargoTarget />

0 commit comments

Comments
 (0)