Skip to content

connect: handle empty lines during handshake#537

Closed
benoitc wants to merge 2 commits intomasterfrom
fix/gh536
Closed

connect: handle empty lines during handshake#537
benoitc wants to merge 2 commits intomasterfrom
fix/gh536

Conversation

@benoitc
Copy link
Owner

@benoitc benoitc commented Sep 28, 2018

fix #536

@benoitc
Copy link
Owner Author

benoitc commented Jan 18, 2026

Closing as already fixed. The issue #536 (empty lines during proxy CONNECT handshake) has been fixed in the current codebase. See check_response/4 in hackney_http_connect.erl which now properly accumulates data until \r\n\r\n is found. Thank you for the contribution!

@benoitc benoitc closed this Jan 18, 2026
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.

Establishment of SSL over HTTP CONNECT tunnel (sometimes) fails with {error,{tls_alert,"record overflow"}}

1 participant