ring

popeye 2021-11-26T15:29:11.015400Z

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

Ben Sless 2021-11-26T16:03:39.015600Z

Smaller payloads

Ben Sless 2021-11-26T16:04:24.015800Z

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

popeye 2021-11-26T16:41:43.016Z

Does that unzip somewhere?

popeye 2021-11-26T16:41:52.016200Z

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

Ben Sless 2021-11-26T17:29:49.016500Z

The receiver needs to unzip the response

Ben Sless 2021-11-26T17:29:55.016700Z

If they request it zipped, they can get it zipped

popeye 2021-11-26T17:33:07.016900Z

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 Sless 2021-11-26T17:34:35.017100Z

Clients will get a gzipped response

popeye 2021-11-26T17:39:56.017300Z

what is the function to unzip it?

Ben Sless 2021-11-26T21:22:40.017500Z

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