Fork me on GitHub
#ring
<
2021-11-26
>
popeye15:11:11

Team, Why do we want to wrap-gzip https://github.com/bertrandk/ring-gzip ?

Ben Sless16:11:39

Smaller payloads

Ben Sless16:11:24

Could be beneficial when you're sending big responses or where paying for network traffic begins to impact your bottom line

popeye16:11:43

Does that unzip somewhere?

popeye16:11:52

I'm later stage? Or does that need to be unzip?

Ben Sless17:11:49

The receiver needs to unzip the response

Ben Sless17:11:55

If they request it zipped, they can get it zipped

popeye17:11:07

i am just understanding my project and this was used in the (mount/defstate :start (wrap-gzip....)) , what happens if we use it in defstate? any idea?

Ben Sless17:11:35

Clients will get a gzipped response

popeye17:11:56

what is the function to unzip it?

Ben Sless21:11:40

You'll need to deflate the gzip stream on the client side