|
|
上传大文件报错,7.2g单个文件,错误信息:
----------------------------------------
Exception occurred during processing of request from ('::1', 53739, 0, 0)
Traceback (most recent call last):
File "socketserver.py", line 691, in process_request_thread
File "socketserver.py", line 361, in finish_request
File "socketserver.py", line 755, in __init__
File "http\server.py", line 436, in handle
File "http\server.py", line 424, in handle_one_request
File "R:\cache\vmShareCache\download\HTTP文件服务器\server.py", line 345, in do_POST
self.handle_upload(path)
File "R:\cache\vmShareCache\download\HTTP文件服务器\server.py", line 461, in handle_upload
content = content[:-2]
~~~~~~~^^^^^
MemoryError |
|