Kristof Mattei
Kristof Mattei
Same issue here. Noticed no releases lately of the docker container. I wonder if something else on my server changed.
> Are you intending to buffer the whole response body? If so, then yes it might contain more than one frame. You can get the whole response using [`BodyExt::collect`](https://docs.rs/http-body-util/latest/http_body_util/trait.BodyExt.html#method.collect): >...
@seanmonstar reading more I think I found where I got confused. In HTTP2, which doesn't have `Chunked`, but it has Frames: https://httpwg.org/specs/rfc7540.html#FrameTypes So the name `Frame` in `http1` shorted my...
@svenstaro does that work when using `--test-threads`?
I was looking into the source code of `cargo test` to see if we can extend the `json` format one way or another to include this on the line itself,...
Context how I propose to pass it through in HAP-nodejs: https://github.com/kristof-mattei/HAP-NodeJS/pull/2 and eventually in homebridge: https://github.com/kristof-mattei/homebridge/pull/1
@Supereg I started looking at this again. We can override an IPv4 and / or IPv6, either for all, or for a specific interface. For that I propose the following...
@Supereg @donavanbecker thoughts on ^?
Cool, let me build that out with your override comments in mind.
This seems to be an issue upstream: https://github.com/strukturag/libheif https://github.com/search?q=repo%3Astrukturag%2Flibheif%20Security%20limit%20exceeded&type=code