No redirect needed

main
Bob Mottram 2023-01-18 13:52:17 +00:00
parent 743ecb94ca
commit 68bec2d362
2 changed files with 1 additions and 5 deletions

View File

@ -12285,7 +12285,6 @@ class PubServer(BaseHTTPRequestHandler):
msglen, calling_domain)
self._write(msg)
self.server.getreq_busy = False
self._redirect_headers(post_id, None, calling_domain)
return True
def _show_individual_at_post(self, ssml_getreq: bool, authorized: bool,

View File

@ -99,10 +99,7 @@ def html_conversation_view(post_id: str,
minimize_all_images, None,
buy_sites)
if post_str:
# check for "HTTP/1.1 303 See Other Server"
if 'X-AP-Instance-ID' not in post_str:
print('DEBUG: post_str = ' + post_str)
conv_str += text_mode_separator + separator_str + post_str
conv_str += text_mode_separator + separator_str + post_str
conv_str += text_mode_separator + html_footer()
return conv_str