mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-05 17:31:03 +00:00
Update web.py
This commit is contained in:
parent
c96a6e4bc2
commit
3360522dec
6
web.py
6
web.py
|
@ -68,11 +68,11 @@ class Connection():
|
||||||
def send(self, data):
|
def send(self, data):
|
||||||
self.messages.append(data)
|
self.messages.append(data)
|
||||||
|
|
||||||
def recv(self):
|
def recv(self, size):
|
||||||
print ("Not allowed")
|
print ("Not allowed method")
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
print ("Not allowed")
|
print ("Not allowed method")
|
||||||
|
|
||||||
def __init__(self, req):
|
def __init__(self, req):
|
||||||
self.messages = []
|
self.messages = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user