Skip to content

Commit

Permalink
Update to quiche to fix bug related to flow-controller (java-native-a…
Browse files Browse the repository at this point in the history
…ccess#431)

Motivation:

Quiche just merged a fix related to giving back credits to the flow-controller. This bug could cause stales in some situations.

Modifications:

Upgrade quiche version

Result:

Fix possible stales
  • Loading branch information
normanmaurer authored Sep 15, 2022
1 parent bdff141 commit 3a40642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec-native-quic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<quicheHomeIncludeDir>${quicheHomeDir}/quiche/include</quicheHomeIncludeDir>
<quicheRepository>https://github.com/cloudflare/quiche</quicheRepository>
<quicheBranch>master</quicheBranch>
<quicheCommitSha>3131c0d37d02e848c6da9fff4183b7740742421f</quicheCommitSha>
<quicheCommitSha>92e2db1ec430a8e3fb62ea4b22dd0fba9dc20fda</quicheCommitSha>
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
<templateDir>${project.build.directory}/template</templateDir>
<cargoTarget />
Expand Down

0 comments on commit 3a40642

Please sign in to comment.