]> git.proxmox.com Git - mirror_novnc.git/commit
wswrapper: Allow multiple WebSockets connections.
authorJoel Martin <github@martintribe.org>
Tue, 14 Dec 2010 17:43:34 +0000 (12:43 -0500)
committerJoel Martin <github@martintribe.org>
Tue, 14 Dec 2010 18:14:12 +0000 (13:14 -0500)
commitc99124b527f4ae3b3c2fec4b72784059ab51c830
treee0740ba644b0db0d2a5c1ac7e31a0eb6e53392e9
parent70c585968bd30b4a6207b96ede2342f7e86689a5
wswrapper: Allow multiple WebSockets connections.

Allocate buffer and state memory for each accepted connection. This
allows all WebSockets connections to a given listen port to be wrapped
with WebSockets support.
utils/wswrapper.c