Skip to content

Commit

Permalink
Remove redundant Warn log in HTTP codec. (envoyproxy#18699) (envoypro…
Browse files Browse the repository at this point in the history
…xy#18702)

This line was introduced in efcf2e5, but it is flooding the log outputs of Envoy users, so this PR just deletes the line. For detail, please refer to envoyproxy#18643.

Fixes envoyproxy#18643

Signed-off-by: Abhay Narayan Katare <[email protected]>
Co-authored-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
2 people authored and aidanhahn committed Jan 13, 2022
1 parent f3b3182 commit c29d7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/root/version_history/current.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Bug Fixes
* tcp: fixing a log error where errors both from the kernel and the transport were not handled gracefully.
* thrift_proxy: do not close downstream connections when an upstream connection overflow happens.
* thrift_proxy: fix the thrift_proxy connection manager to correctly report success/error response metrics when performing :ref:`payload passthrough <envoy_v3_api_field_extensions.filters.network.thrift_proxy.v3.ThriftProxy.payload_passthrough>`.
* http: remove redundant Warn log in HTTP codec.
* listener: fix a crash when updating any listener that does not bind to port.
* listener: listener add can reuse the listener socket of a draining filter chain listener and fix the request lost.

Expand Down

0 comments on commit c29d7bb

Please sign in to comment.