Skip to content

backport to 1.16: connection: Remember transport socket read resumption requests and replay them when re-enabling read. (#13772)#14017

Merged
lizan merged 3 commits intoenvoyproxy:release/v1.16from
cpakulski:rel1.16/13772
Nov 16, 2020
Merged

backport to 1.16: connection: Remember transport socket read resumption requests and replay them when re-enabling read. (#13772)#14017
lizan merged 3 commits intoenvoyproxy:release/v1.16from
cpakulski:rel1.16/13772

Conversation

@cpakulski
Copy link
Contributor

Commit Message: connection: Remember transport socket read resumption requests and replay them when re-enabling read.
Additional Description: Fixes SslSocket read resumption after readDisable when processing the SSL record that contains the last bytes of the HTTP message
Risk Level: low
Testing: new unit and integration tests
Docs Changes: n/a
Release Notes: added
Platform Specific Features: n/a
Fixes #12304

…sts and replay them when re-enabling read. (envoyproxy#13772)

Fixes SslSocket read resumption after readDisable when processing the SSL record that contains the last bytes of the HTTP message

Signed-off-by: Antonio Vicente <avd@google.com>

Signed-off-by: antonio <avd@google.com>
Signed-off-by: Christoph Pakulski <christoph@tetrate.io>
@cpakulski cpakulski marked this pull request as draft November 13, 2020 22:21
Copy link
Contributor

@antoniovicente antoniovicente left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the backport. Only differences from the master branch patch are adjustments to the setEnable and activate calls due to IoHandle and FileEventImpl API refactors.

Copy link
Contributor

@antoniovicente antoniovicente left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be a problem with CI, possibly related to compiler versions.

Signed-off-by: Christoph Pakulski <christoph@tetrate.io>
branch has moved to use GetResult as return.

Signed-off-by: Christoph Pakulski <christoph@tetrate.io>
@cpakulski cpakulski marked this pull request as ready for review November 16, 2020 16:38
@lizan lizan merged commit ff28aac into envoyproxy:release/v1.16 Nov 16, 2020
@cpakulski cpakulski deleted the rel1.16/13772 branch December 14, 2020 20:48
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.

3 participants