Jamie Ridding

Results 8 comments of Jamie Ridding

Edit: accidentally hit CTRL+ENTER while writing, then realised what I was typing didn't even matter anyway so I removed it.

If a server supports the `Range` header and decides to allow it, it will send the response with the HTTP status code 206 (Partial Content). This can be useful, as...

I've begun work on something similar, which can possibly be used as a building block for this - adding `Span` objects to the different `quick_xml::event::Bytes*` structs to get where they...

> Actually, I have a prototype implementation for several mouths in my private branch which I've [pushed](https://github.com/Mingun/quick-xml/tree/span) right now. I've used approach with a feature that enables storing `Span`s in...

> (you can rebase your branch over mine and update your PR if you wish). How would I go about rebasing a branch on my fork over a branch on...

This warning came from `pin_project` version 1.0.8; I wasn't aware that there were updates available that prevented it. With that in mind, it should be reproducible by the following `std::future::Future`...

You just said this issue is a possible dupe of this issue...

Rebased PR source on an incomplete implementation by @Mingun which I will continue work on. Updated PR details to reflect change in design.