SimonDanisch / Bonito.jl

Serving JS to the browser
MIT License
214 stars 31 forks source link

remove compression #152

Closed SimonDanisch closed 1 year ago

SimonDanisch commented 1 year ago

This is a work in progress, we shouldn't just enable it but instead make it configurable... We could use the same infrastructure that we use for setting the default connection + asset_serving type: https://github.com/SimonDanisch/JSServe.jl/blob/master/src/registry.jl#L154 So one can explicitly do Session(protocol=NoCompression()) or do force_protocol!(NoCompression()) to pick it up in the session that gets created inside show.

SimonDanisch commented 1 year ago

closed in favor of https://github.com/SimonDanisch/JSServe.jl/pull/153