Go to file
Dietmar Maurer ed8d2557ae websocket: set $max_payload_size = 128*1024; (131072)
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.
2018-06-07 10:08:59 +02:00
debian bump version to 2.0-9 2018-05-28 10:36:26 +02:00
examples add a more complex demo 2017-01-21 16:08:36 +01:00
PVE/APIServer websocket: set $max_payload_size = 128*1024; (131072) 2018-06-07 10:08:59 +02:00
.gitignore fixup no newline at end of .gitignore 2018-05-25 16:42:05 +02:00
bootstrap-3.3.7-dist.zip include bootstrap-3.3.7-dist.zip files 2017-01-14 15:36:15 +01:00
jquery-3.3.1.min.js include jquery-3.3.1.min.js 2017-01-14 16:00:29 +01:00
Makefile bump version to 2.0-9 2018-05-28 10:36:26 +02:00