Jeremiah Senkpiel

Results 518 comments of Jeremiah Senkpiel

Someone in discord was talking about this recently rtyler I think. I don't know their github handle. It may just be that no one has needed it enough to spend...

I don't know if there is a proper term, but: > Send headers, await a partial response. It would be nice to not have to send the body if we...

Another possible option for retires is to have that be behind a compiler flag that requires all body streams to be `Clone`... but honestly I'm not 100% sure if or...

> partial response To be honest, I'm also not sure. I may be assuming some things about the http spec that aren't true. I am not sure that this is...

Discussed this on a call with @yoshuawuyts and @jbr. It seems like there are still too many things missing from the async-h1 client at the time of writing to make...

See also https://github.com/orgs/http-rs/projects/2

Can you share one of these files? That would indicate it has incorrect magic bytes somehow.

Oh sorry, on remote read it should be content-type first. It seems that when doing client decode it is not actually set properly. Though, I would expect it to be...

I suspect this code should probably live in async-h1.

Notes: - We could have `RequestBuilder` `impl AsMut` but this still breaks the chaining pattern. - This issue also exists for `tide::ResponseBuilder`.