Remove unnecessary call to ERR_load_crypto_strings().#134
Merged
mattklein123 merged 1 commit intoenvoyproxy:masterfrom Oct 12, 2016
Merged
Remove unnecessary call to ERR_load_crypto_strings().#134mattklein123 merged 1 commit intoenvoyproxy:masterfrom
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
Conversation
Member
|
@PiotrSikora can you sign the CLA per https://github.com/lyft/envoy/blob/master/CONTRIBUTING.md#cla otherwise change looks good |
Contributor
Author
|
(working on it, might take a while...) |
Contributor
Author
|
CLA signed, code rebased on top of current master. |
c9f105e to
02eb40a
Compare
It's already called as part of SSL_load_error_strings(), and it's deprecated in BoringSSL and OpenSSL-1.1.0+. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
02eb40a to
0ae5dd2
Compare
mattklein123
approved these changes
Oct 12, 2016
PiotrSikora
pushed a commit
to PiotrSikora/envoy
that referenced
this pull request
Aug 21, 2019
Signed-off-by: John Plevyak <jplevyak@gmail.com>
kyessenov
pushed a commit
to kyessenov/envoy
that referenced
this pull request
Feb 6, 2020
shalk
pushed a commit
to shalk/envoy
that referenced
this pull request
Nov 14, 2020
…view zh-translation: /intro/arch_overview/upstream/load_balancing/overview.rst
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
When doing android builds bazel crashes with GC overhead reached. Signed-off-by: Keith Smiley <keithbsmiley@gmail.com> Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
When doing android builds bazel crashes with GC overhead reached. Signed-off-by: Keith Smiley <keithbsmiley@gmail.com> Signed-off-by: JP Simard <jp@jpsim.com>
arminabf
pushed a commit
to arminabf/envoy
that referenced
this pull request
Jun 5, 2024
mathetake
pushed a commit
that referenced
this pull request
Mar 3, 2026
Fixes #134 This PR makes the AIGatewayRoute controller to watch the resources that are created by it and trigger reconcilation. --------- Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.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.
It's already called as part of SSL_load_error_strings(),
and it's deprecated in BoringSSL and OpenSSL-1.1.0+.