Hadley Wickham
Hadley Wickham
@JBGruber could you please try #602 and see if it fixes the problem for you?
@JBGruber I did a bunch of experiments and convinced myself that they're getting cancelled on my machine, but maybe that code path doesn't work correctly on linux? I'll think about...
@gaborcsardi any ideas on why this might be different on Arch?
Since I can't reproduce the problem easily, and I need to get this release out of the door, I'm going to push this to the future.
Definitely sounds like a bug to me. Do you want to have a go at a PR? I have literally no recollection of how this code works, but presumably you...
Can you give me a bit more of a realistic use case? It doesn't seem like you get any benefit from streaming here, since you download and process every single...
Hmmmm, maybe the different meanings of streaming in httr2 and curl are confusing here. I don't think your use case benefits from httr2 streaming. It is a bit weird that...
@Aariq thanks for the context, I'll take a look when I'm back from vacation. FWIW I'd highly recommend that you don't do iterative rowbinding as this is likely to be...
Some more code to help me understand what's going on: ```R library(httr2) url 4 download_data(req) 2.56s 2.56s 0.390 423.6KB ``` So even with a smaller example, seeing a lot more...
Ok, if I rewrite this in pure curl, I see the same memory allocation: ```R library(curl) stream_data