You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com
Currently the only way to delete an outgoing header is with RequestHandler.clear(), which resets all headers and buffered output.
-Ben
Anthony Leung
unread,
Jan 16, 2015, 1:20:17 PM1/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com, b...@bendarnell.com
But sets some again.
defclear(self):"""Resets all headers and content for this response."""self._headers=httputil.HTTPHeaders({"Server":"TornadoServer/%s"%tornado.version,"Content-Type":"text/html; charset=UTF-8","Date":httputil.format_timestamp(time.time()),