Mohammadreza Hajianpour
Mohammadreza Hajianpour
I think this should be highlighted in docs
@kaitk You can use mine: ```typescript import { Elysia } from 'elysia' import { brotliCompressSync, gzipSync, deflateSync } from 'node:zlib' const compressors = { br: (buffer: Buffer) => brotliCompressSync(buffer), gzip:...
@mjjabarullah Must be the `rate-limit` plugin interfering. I'm working on a fix.
@mjjabarullah @kaitk Due to misbehavior when connecting existing Elysia plugins, I decided to make my own logger, compression and rate limit plugins that work nicely together, are easy to maintain...
@jberryman Does it also affect v3?