Skip to content

Commit

Permalink
Update quiche sha (java-native-access#292)
Browse files Browse the repository at this point in the history
Motivation:

92e9561501a3a5ab179115675dca25f8b0feb185 includes a commit that improves performance

Modifications:

Update to quiche sha 92e9561501a3a5ab179115675dca25f8b0feb185

Result:

Less overhead
  • Loading branch information
normanmaurer authored May 25, 2021
1 parent bddd914 commit 9bf7662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<quicheHomeIncludeDir>${quicheHomeDir}/include</quicheHomeIncludeDir>
<quicheRepository>https://github.com/cloudflare/quiche</quicheRepository>
<quicheBranch>master</quicheBranch>
<quicheCommitSha>3ed9202a0089e7b599214552c807626c678e1aea</quicheCommitSha>
<quicheCommitSha>92e9561501a3a5ab179115675dca25f8b0feb185</quicheCommitSha>
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
<templateDir>${project.build.directory}/template</templateDir>
<cargoTarget />
Expand Down

0 comments on commit 9bf7662

Please sign in to comment.