websockify.rb: correct comment, no SSL support yet.

This commit is contained in:
Joel Martin 2012-07-24 09:31:26 -05:00
parent 26e8095244
commit 00e9d3bf29
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
# A WebSocket to TCP socket proxy with support for "wss://" encryption.
# A WebSocket to TCP socket proxy
# Copyright 2011 Joel Martin
# Licensed under LGPL version 3 (see docs/LICENSE.LGPL-3)