-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KTOR-5199 Support WebSockets in Curl engine #4656
Conversation
…sts" (commit 6438787) but leaves test to fix HTTP timeout tests
e729516
to
ef6380a
Compare
@whyoleg, could you check the CI? |
looks like flaky, restarted |
Head branch was pushed to by a user without write access
I've reverted additional commit which drops |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for reopening this PR!
Only one minor comment
Reopens #3950 rebased on latest
main
with small fixes:dropreverted in 66eb2e7 as it's caused test failuresrunBlocking
in one placeNote: for some reason we doesn't get a response when empty frame is sent, so I've ignored test for now:
e729516#diff-109d21786a3c9fc1fa41ca37d161e2099fc7091eee7a13f8e1627df3ba1c391dR39
Not sure if it's a curl issue - need to be investigated
Note2: commit 6438787 was mostly reverted as it was causing failures in http timeout tests