This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-12
Channels
- # arachne (1)
- # beginners (26)
- # cljs-dev (53)
- # cljsrn (1)
- # clojure (140)
- # clojure-italy (13)
- # clojure-russia (14)
- # clojure-spec (5)
- # clojure-uk (6)
- # clojurescript (52)
- # datascript (4)
- # datomic (11)
- # dirac (11)
- # emacs (12)
- # hoplon (9)
- # jobs (4)
- # lein-figwheel (1)
- # off-topic (29)
- # om (10)
- # om-next (1)
- # pedestal (3)
- # protorepl (1)
- # re-frame (16)
- # ring (12)
- # rum (27)
- # slack-help (12)
- # spacemacs (27)
- # unrepl (19)
- # untangled (26)
- # yada (8)
Is there something to do to enable gzip in yada?
@frozenlock Have you tried setting the accept-encoding header in requests?
@dominicm looks like the browser is already taking care of that: Accept-Encoding:gzip, deflate, sdch, br
It isn't built in to yada yet.
Ah. Well at least I'm not crazy 😛
https://github.com/juxt/yada/blob/432d1b25f83a4af5d94d1108f37ee253a2a74bce/test/yada/representation_test.clj#L220-L224 Seems something is in place start handling it