Skip to content

Update boringssl to tip of chromium stable#438

Merged
mattklein123 merged 1 commit intomasterfrom
update-boringssl
Feb 6, 2017
Merged

Update boringssl to tip of chromium stable#438
mattklein123 merged 1 commit intomasterfrom
update-boringssl

Conversation

@junr03
Copy link
Copy Markdown
Member

@junr03 junr03 commented Feb 6, 2017

SHA: b87c80300647c2c0311c1489a104470e099f1531

@lyft/network-team

@mattklein123 mattklein123 merged commit 4c887e0 into master Feb 6, 2017
@mattklein123 mattklein123 deleted the update-boringssl branch February 6, 2017 23:30
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>
istio-testing pushed a commit to istio/envoy that referenced this pull request Feb 28, 2020
…oxy#438) (#169)

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>
@mpwarres mpwarres mentioned this pull request Jul 15, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants