Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename self.client and new_client - prepare for #72 / #111 #110

Merged
merged 2 commits into from
Dec 16, 2013

Conversation

astrand
Copy link

@astrand astrand commented Nov 28, 2013

In order to prepare for merging #72 / #111, this pull renames self.client to self.request, and new_client() to new_websocket_client(). This makes the diff between the branches much smaller, and makes the actual code changes more visible.

Peter Åstrand (astrand) added 2 commits November 28, 2013 13:23
request novnc#72. The standard Python SocketServer/BaseRequestHandler
requires this name.
name in the SocketServer/HTTPServer request handler hierarchy. Prepare
for merge pull request novnc#72. This work has been picked out of
7b3dd8a .
@astrand
Copy link
Author

astrand commented Dec 16, 2013

Almost 3 weeks since this pull request, and no objections. Thus, I'm merging this one now.

astrand pushed a commit that referenced this pull request Dec 16, 2013
Rename self.client and new_client - prepare for #72 / #111
@astrand astrand merged commit 17455af into novnc:master Dec 16, 2013
astrand pushed a commit to astrand/websockify that referenced this pull request Dec 16, 2013
DirectXMan12 added a commit that referenced this pull request Feb 18, 2014
*** NOTE ***

This version of websockify will break existing code which sub-classes
`WebsocketProxy` -- see pull requests #110 and #111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant