Results 465 comments of Martin Algesten

> Produce an error from send, send_bytes etc, if the sent body does not match the user-set length (in the case of send, we would have to error after having...

I don't actually have a plan for how to fix this just yet. I don't know whether the people behind the `chunked_transfer` crate would be open to a fix where...

@Shnatsel Good point! I provided a naive fix in upstream repo – maybe needs more thought. 🤔 https://github.com/frewsxcv/rust-chunked-transfer/pull/11

@PabloMansanet I kinda hit a wall in here, and I'm not clear when I'll be able to resolve it. The problem is that we don't want to take ownership of...

Of the original 38 on this list, the majority now work. These still show the behavior. http://adorama.com -- see https://github.com/algesten/ureq/pull/454 http://extradom.pl -- `curl: (18) transfer closed with outstanding read data...

The state of controlling DNS resolving in rust `std` is a bit sad. I'm in two minds adding these kinds of functions. On some level, it's application logic to compensate...

I agree we could do more in docs about this. There is [an example](https://github.com/algesten/ureq/blob/main/examples/ipv6.rs), but that's not as discoverable.

Would you mind rebasing off the latest main, so we can see a clean test run?

There's also the `test.sh` bash script that runs a few of the feature flag combos the CI runs.

@mvforell There are some conflicts against main.