Adam Gross
Adam Gross
Ok so reading through documentation and other older bug reports, it appears that I should be using ZstdCompressor().stream_reader() to get support for reading across frames. I will talk to the...
> Ok so reading through documentation and other older bug reports, it appears that I should be using ZstdCompressor().stream_reader() to get support for reading across frames. I will talk to...
> Actually, reading the docs for `ZstdDecompressionObj`, we explicitly call out the single frame reading behavior: > > > Each instance is single use: once an input frame is decoded,...
> @grossag Do you have everything you need to fix this bug on the urllib3 side? It appears that I can use `ZstdDecompressionReader` to get this to work in urllib3....
Thanks for the response @indygreg ! As @Rogdham mentioned, he was able to put together a solution that worked well in the context of the existing urllib3 design. I had...
> I added support for `read_across_frames=True` to `ZstdDecompressionObj` in the `main` branch. If you have time to test and validate with urllib3, any feedback would be appreciated. I'm really sorry...
> Hello @grossag. Thank you for your report. I have some questions: > > * Did you configure your user on self-hosted runner as an administrator? Yeah, it's running as...
@bdbaddog I am going to hold off on doing any future updates or merges until you think there is a shot of finalizing a design and landing this. Let me...
Sorry for the delay in responding. I've been on the Discord for a while, although I don't pay real close attention. I'm on Discord as @ adamgross . For the...
> What do we need to be able to test against remote caching server? > > How do we set one up,etc? Sorry I never responded to your question @bdbaddog...