Update boringssl to tip of chromium stable#438
Merged
mattklein123 merged 1 commit intomasterfrom Feb 6, 2017
Merged
Conversation
mattklein123
approved these changes
Feb 6, 2017
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of mixerclient This PR will be merged automatically once checks are successful. ```release-note none ```
PiotrSikora
added a commit
to PiotrSikora/envoy
that referenced
this pull request
Feb 28, 2020
…oxy#438) Signed-off-by: Piotr Sikora <piotrsikora@google.com>
jplevyak
pushed a commit
to jplevyak/envoy
that referenced
this pull request
Apr 13, 2020
…oxy#438) Signed-off-by: Piotr Sikora <piotrsikora@google.com>
wolfguoliang
pushed a commit
to wolfguoliang/envoy
that referenced
this pull request
Jan 23, 2021
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Fixes the following warnings:
```
library/objective-c/EnvoyConfiguration.m:26:61: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
@"connect_timeout" : [NSString stringWithFormat:@"%is", self.connectTimeoutSeconds],
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
%u (unsigned int)
library/objective-c/EnvoyConfiguration.m:27:62: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
@"dns_refresh_rate" : [NSString stringWithFormat:@"%is", self.dnsRefreshSeconds],
~~ ^~~~~~~~~~~~~~~~~~~~~~
%u (unsigned int)
library/objective-c/EnvoyConfiguration.m:28:66: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
@"stats_flush_interval" : [NSString stringWithFormat:@"%is", self.statsFlushSeconds]
~~ ^~~~~~~~~~~~~~~~~~~~~~
%u (unsigned int)
```
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Fixes the following warnings:
```
library/objective-c/EnvoyConfiguration.m:26:61: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
@"connect_timeout" : [NSString stringWithFormat:@"%is", self.connectTimeoutSeconds],
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
%u (unsigned int)
library/objective-c/EnvoyConfiguration.m:27:62: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
@"dns_refresh_rate" : [NSString stringWithFormat:@"%is", self.dnsRefreshSeconds],
~~ ^~~~~~~~~~~~~~~~~~~~~~
%u (unsigned int)
library/objective-c/EnvoyConfiguration.m:28:66: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
@"stats_flush_interval" : [NSString stringWithFormat:@"%is", self.statsFlushSeconds]
~~ ^~~~~~~~~~~~~~~~~~~~~~
%u (unsigned int)
```
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
Closed
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Commit Message** This adds a code comment on why each translated HTTPRoute has a default route / on the first backend. This was brought up in the conversation in #384 and it is definitely worth a code comment on why it exists. --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SHA: b87c80300647c2c0311c1489a104470e099f1531
@lyft/network-team