mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-12-05 05:46:30 +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. |
||
|---|---|---|
| debian | ||
| examples | ||
| PVE/APIServer | ||
| .gitignore | ||
| bootstrap-3.3.7-dist.zip | ||
| jquery-3.3.1.min.js | ||
| Makefile | ||