Adam C. Foltzer
Adam C. Foltzer
> It also leaves the door open to worlds that can offer additional request options (e.g. enforce TLS, client certificates) the ability to add more setters and getters of the...
Hi @StarpTech, you're likely hitting this issue because `#[tokio::test]` uses a single-threaded runtime by default. Does it work if you customize the attribute to use a multi-threaded runtime as described...
I'm so glad we're able to do this now, thank you!!
> Just to confirm: is it the case that interim responses can only be received **before** a single final non-interim (non-1xx) response (followed by the body stream)? Yep! ([cite](https://www.rfc-editor.org/rfc/rfc9110#section-15-7)) >`handle`...
Ah, I see, I was still thinking about it in the framework of the current `incoming-` and `outgoing-handler` split. That makes sense.