mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[PR #346] [MERGED] New novnc websockify wrapper #633
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/346
Author: @casell
Created: 6/25/2014
Status: ✅ Merged
Merged: 6/27/2014
Merged by: @retspen
Base:
master← Head:websockify📝 Commits (1)
67b2901New novnc wrapper📊 Changes
1 file changed (+91 additions, -0 deletions)
View changed files
➕
console/webvirtmgr-novnc-new(+91 -0)📄 Description
Added novnc proxy supporting new websockify versions
The websockify library starting from this commit:
github.com/kanaka/websockify@7b3dd8a6f5separates WebSocketProxy from the handler class
The
NovaWebSocketProxyclass defined in console/webvirtmgr-novnc inherit fromWebSocketProxyand still seems to work but itsnew_clientmethod never gets called.This commit adds a new script that can be used with the new websockify library.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.