mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
change method signature
This commit is contained in:
parent
e0d376381e
commit
d31b7daf6c
@ -282,7 +282,7 @@ class Pathod(tcp.TCPServer):
|
||||
staticdir = self.staticdir
|
||||
)
|
||||
|
||||
def handle_connection(self, request, client_address):
|
||||
def handle_client_connection(self, request, client_address):
|
||||
h = PathodHandler(request, client_address, self)
|
||||
try:
|
||||
h.handle()
|
||||
|
Loading…
Reference in New Issue
Block a user