mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
Do not remove mapfile, client may go back.
This commit is contained in:
parent
90d1e82b00
commit
1e79b37d7c
2
wrp.py
2
wrp.py
@ -659,8 +659,6 @@ class Proxy(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
|||||||
httpout.write("<HTML><BODY><A HREF=\"%s\">%s</A></BODY></HTML>\n"
|
httpout.write("<HTML><BODY><A HREF=\"%s\">%s</A></BODY></HTML>\n"
|
||||||
% (goto_url, goto_url))
|
% (goto_url, goto_url))
|
||||||
|
|
||||||
del RENDERS[map]
|
|
||||||
|
|
||||||
# ICO files, WebKit crashes on these
|
# ICO files, WebKit crashes on these
|
||||||
elif ico_re:
|
elif ico_re:
|
||||||
self.send_error(415, "ICO not supported")
|
self.send_error(415, "ICO not supported")
|
||||||
|
Loading…
Reference in New Issue
Block a user