]> git.proxmox.com Git - mirror_novnc.git/commit
websockify --run-once, --timeout, numpy fallback
authorJoel Martin <github@martintribe.org>
Thu, 29 Sep 2011 21:12:19 +0000 (16:12 -0500)
committerJoel Martin <github@martintribe.org>
Thu, 29 Sep 2011 21:12:19 +0000 (16:12 -0500)
commit1e5087159920d7c3ca18ff2ec3322594301cb446
treec7b6b4266ed3d276f70ee67a0d016c75dd51a35a
parent65db2d8243324916653d89b2a7b59041a3c2e60e
websockify --run-once, --timeout, numpy fallback

Pull websockify 724aa3a.

- Use array module for unmasking HyBi when no numpy module is
    available.

- Detect client close properly when using python 3.

- Print request URL path is specified.

- New option --run-once will exit after handling a single WebSocket
  connection (but not ater flash policy or normal web requests).

- New option --timeout TIME will stop listening for new connections
  after exit after TIME seconds (the master process shuts down).
  Existing WebSocket connections will continue but once all
  connections are closed all processes will terminate.
utils/websocket.py
utils/websockify