-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
Follow up on WebSocket connection support #370
Conversation
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.
comment on panics, but everything else looks great!
b899d1e
to
ed3f44d
Compare
Should be ready for merge. |
Thanks! Looks great. |
I'm hitting a build error in this branch when using it as a dependency. There seems to be an undeclared dependency on the
... which is resolved by adding a dependency |
@clux I think it's fine to have @jbg Thanks for letting us know. Fixed it. |
native_tls
config.accept_invalid_certs
withws-rustls-tls
ws
tests on Circle CI (mostly to make sure it compiles on both TLS)doc_cfg
on docs.rs (closes Usedoc_cfg
(#[doc(cfg(feature = "..."))]
) to show feature requirements #365)cargo +nightly rustdoc --lib --features=derive,ws,ws-native-tls -- --cfg docsrs