mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-11-03 11:14:17 +00:00
AnyEvent checks rbuf_max after calling the callback (too late), so we can receive larger data, because AnyEvent uses MAX_READ_SIZE=131072 to fill the buffer. So a more elegant solution is to set $max_payload_size=128*1024. At least I am not able to receive rbuf larger than 128*1024 now. But I keep the protection from the previous patch - just to be sure. |
||
|---|---|---|
| .. | ||
| APIServer | ||