Commit 808e5ce2 authored by Sam Rushing's avatar Sam Rushing

read_thread_hixie_76(): initialize close_it

parent 6643fe71
......@@ -192,6 +192,7 @@ class websocket:
# ----------- hixie-76 -------------
def read_thread_hixie_76 (self):
self.stream = self.request.client.stream
close_it = False
try:
while 1:
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment