Daniel Nehrig
Daniel Nehrig
is there any issues with this pr ? looking forward to that working.
warp already supports it what do you think about adding the `.with(warp::filters::compression:gzip())` to the perseus::dflt_server ? @arctic-hen7
yes
could you elaborate how the dynamic warp compression filter would be exploitable in that way? also i'll build it into the perseus builder pattern
> I'm not familiar with the Perseus builder pattern. Maybe that means the user would have to opt-in? yes it would be opt-in
> @ITwrx understood. With static exporting, the user uses some third-party program to serve their files, which should handle any compression independently of Perseus. > > I think what @danielnehrig...
alright then
i would tackle this next after the cookies #158 implementation but probably only for warp for now since i've already implemented that for my project
There are also issues on CI with building locally for me on 1.76 i can build latest native main just fine maybe try upgrading for the mean time while stuff...
what does the memflow logger output say regarding scanning dirs and found connectors ``` simple_logger::init_with_level(log::Level::Info).unwrap(); ```