Do not remove mapfile, client may go back.

This commit is contained in:
Natalia Portillo 2017-01-22 16:43:10 +00:00
parent 90d1e82b00
commit 1e79b37d7c
No known key found for this signature in database
GPG Key ID: 51D20488C724CA9F

2
wrp.py
View File

@ -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")