Martin Algesten
Martin Algesten
@efer-ms if you look at [dimpls integration](https://github.com/algesten/dimpl/blob/main/tests/client-ossl.rs) test how they rig openssl it maybe is useful as inspiration.
Hi @the80srobot and welcome to ureq! You're right. This is something we should make a priority to add back.
I worked through this quite far making it align with ureq2 function where it picked up on request headers to transform the request body. However as I was getting near...
For now I label this as `wontfix`, but I leave the issue to see if more people want this.
The RFC template has [under Alternatives](https://github.com/rust-lang/rfcs/blob/master/0000-template.md#rationale-and-alternatives), the question: > * What is the impact of not doing this? Should this RFC have a section that reasons about the implications of...
Hi @thomaseizinger! Interesting idea! I'm not against it, and I have a couple of thoughts. First is about the quality of str0m's ICE implementation. I implemented it by reading the...
Oh, interesting that openssl is the problem! > I've done this in my fork but hit a roadblock when it came to openssl. I think it would be great if...
Cool project!
> * Introduce on-by-default `openssl` feature Sounds good! > * Introduce a `Dtls` trait that covers the entire API from the `Dtls` struct Yep. > * Make the `dtls` field...
Let's keep this as a place to report interest in separating the ice agent into a separate crate.