mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-03-11 16:35:14 +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):
|
||||
self.messages.append(data)
|
||||
|
||||
def recv(self):
|
||||
print ("Not allowed")
|
||||
def recv(self, size):
|
||||
print ("Not allowed method")
|
||||
|
||||
def close(self):
|
||||
print ("Not allowed")
|
||||
print ("Not allowed method")
|
||||
|
||||
def __init__(self, req):
|
||||
self.messages = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user