Skip to content

rustls, fix partial send handling - #13676

Closed
icing wants to merge 1 commit into
curl:masterfrom
icing:rustls-partial-send-fix
Closed

rustls, fix partial send handling#13676
icing wants to merge 1 commit into
curl:masterfrom
icing:rustls-partial-send-fix

Conversation

@icing

@icing icing commented May 16, 2024

Copy link
Copy Markdown
Contributor
  • when TLS bytes could not completely sent off, the amount of plain bytes already added to rustls were forgotten. This lead to send those byte duplicate, corrupting the request send to the server.

- when TLS bytes could not completely sent off, the
  amount of plain bytes already added to rustls were
  forgotten. This lead to send those byte duplicate,
  corrupting the request send to the server.
@github-actions github-actions Bot added the TLS label May 16, 2024
@bagder bagder closed this in 6eee810 May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants