tronbyt/src
Corey Johnson 74155d3d0a Strip accept-encoding to prevent gzip in proxy chain
Toes' Bun fetch auto-decompresses responses. If Go sends gzip
through our proxy, toes gets raw gzip bytes it can't handle.
Stripping accept-encoding tells Go to send uncompressed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 19:04:04 -07:00
..
binary.ts Split server.ts into proxy, binary, and server modules 2026-03-10 17:57:11 -07:00
proxy.ts Strip accept-encoding to prevent gzip in proxy chain 2026-03-10 19:04:04 -07:00
server.ts Split server.ts into proxy, binary, and server modules 2026-03-10 17:57:11 -07:00