Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Oct 24, 2024
1 parent 3cd7e37 commit 778c55d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public long createBootstrap() {
connectTimeoutSeconds, dnsRefreshSeconds, dnsFailureRefreshSecondsBase,
dnsFailureRefreshSecondsMax, dnsQueryTimeoutSeconds, dnsMinRefreshSeconds, dnsPreresolve,
enableDNSCache, dnsCacheSaveIntervalSeconds, dnsNumRetries, enableDrainPostDnsRefresh,
enableHttp3, useCares, http3ConnectionOptions, http3ClientConnectionOptions,
quicHints, quicSuffixes, enableGzipDecompression, enableBrotliDecompression,
enableHttp3, useCares, http3ConnectionOptions, http3ClientConnectionOptions, quicHints,
quicSuffixes, enableGzipDecompression, enableBrotliDecompression,
numTimeoutsToTriggerPortMigration, enableSocketTagging, enableInterfaceBinding,
h2ConnectionKeepaliveIdleIntervalMilliseconds, h2ConnectionKeepaliveTimeoutSeconds,
maxConnectionsPerHost, streamIdleTimeoutSeconds, perTryIdleTimeoutSeconds, appVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ public static native long createBootstrap(
long dnsFailureRefreshSecondsMax, long dnsQueryTimeoutSeconds, long dnsMinRefreshSeconds,
byte[][] dnsPreresolveHostnames, boolean enableDNSCache, long dnsCacheSaveIntervalSeconds,
int dnsNumRetries, boolean enableDrainPostDnsRefresh, boolean enableHttp3, boolean useCares,
String http3ConnectionOptions, String http3ClientConnectionOptions,
byte[][] quicHints, byte[][] quicCanonicalSuffixes, boolean enableGzipDecompression,
String http3ConnectionOptions, String http3ClientConnectionOptions, byte[][] quicHints,
byte[][] quicCanonicalSuffixes, boolean enableGzipDecompression,
boolean enableBrotliDecompression, int numTimeoutsToTriggerPortMigration,
boolean enableSocketTagging, boolean enableInterfaceBinding,
long h2ConnectionKeepaliveIdleIntervalMilliseconds, long h2ConnectionKeepaliveTimeoutSeconds,
Expand Down

0 comments on commit 778c55d

Please sign in to comment.