Merged
Conversation
This release improves error logging when the proxy fails to accept a connection due to an operating system error. --- * build(deps): bump deflate from 0.9.1 to 1.0.0 (linkerd/linkerd2-proxy#1370) * Eliminate needless compiler directives (linkerd/linkerd2-proxy#1371) * transport: Improve TCP server error messages (linkerd/linkerd2-proxy#1372) * build(deps): bump softprops/action-gh-release from 0.1.13 to 1 (linkerd/linkerd2-proxy#1374) * build(deps): bump serde_json from 1.0.69 to 1.0.70 (linkerd/linkerd2-proxy#1375) * build(deps): bump arbitrary from 1.0.2 to 1.0.3 (linkerd/linkerd2-proxy#1376) * ci: Fix coverage workflow (linkerd/linkerd2-proxy#1373) * build(deps): bump various dependencies (linkerd/linkerd2-proxy#1377) * build(deps): bump tokio from 1.13.0 to 1.14.0 (linkerd/linkerd2-proxy#1379) * app: Move retry types into the app-outbound crate (linkerd/linkerd2-proxy#1378) * build(deps): bump hyper from 0.14.14 to 0.14.15 (linkerd/linkerd2-proxy#1381)
Pothulapati
approved these changes
Nov 18, 2021
mateiidavid
approved these changes
Nov 18, 2021
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.
This release improves error logging when the proxy fails to accept a
connection due to an operating system error.