mirror of
https://github.com/TwiN/gatus.git
synced 2025-07-24 09:05:26 +02:00
This fixes the `431 Request Header Fields Too Large` error By default, the read-buffer-size is 8192, up from fiber's default of 4096. Fixes #674 Fixes #636 Supersedes #637 Supersedes #663