typo
This commit is contained in:
@@ -86,7 +86,7 @@ class FileServerRequestHandler(BaseHTTPRequestHandler):
|
|||||||
|
|
||||||
self.end_headers()
|
self.end_headers()
|
||||||
|
|
||||||
if data and self.command.upper() not in ["HEAD","OPTION"]:
|
if data and self.command.upper() not in ["HEAD","OPTIONS"]:
|
||||||
self.wfile.write(data)
|
self.wfile.write(data)
|
||||||
|
|
||||||
if path in self.server.dumpRequests:
|
if path in self.server.dumpRequests:
|
||||||
|
|||||||
Reference in New Issue
Block a user