Commit 0e335a1
committed
Use Falcon's built-in gzip compression
Falcon already provides gzip compression via Protocol::HTTP::ContentEncoding
in its server middleware stack (server.rb:33). This operates at the protocol
level using Protocol::HTTP::Body::Deflate, which is async-aware and handles
client disconnects gracefully — no Zlib::BufError.1 parent 34bf20e commit 0e335a1
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
0 commit comments