Go to file
René Jochum ed979f7a2c Fix #1684 WebSocket proxy behind a buffered proxy.
The given patch fixes incoming WebSocket traffic behind buffered Proxies
like NGINX.

NGINX buffers multiple requests from the Browser into one frame and sends that to pveproxy,
before this patch we then processed the first message of the frame and cleared the buffer which
may contained more messages.
With this patch we process each message and clear the buffer right.

This fixes the "NoVNC blank screen" problem users reported on the forums.
2018-05-28 10:27:08 +02:00
debian bump version to 2.0-8 2017-12-11 15:36:42 +01:00
examples add a more complex demo 2017-01-21 16:08:36 +01:00
PVE/APIServer Fix #1684 WebSocket proxy behind a buffered proxy. 2018-05-28 10:27:08 +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-8 2017-12-11 15:36:42 +01:00