mirror of https://gitlab.com/bashrc2/epicyon
Don't clear busy state
parent
4888b53f60
commit
4bf11a34ce
|
@ -10315,7 +10315,6 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self._set_headers('application/activity+json', msglen,
|
self._set_headers('application/activity+json', msglen,
|
||||||
cookie, callingDomain, False)
|
cookie, callingDomain, False)
|
||||||
self._write(msg)
|
self._write(msg)
|
||||||
self.server.GETbusy = False
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _showBlogPage(self, authorized: bool,
|
def _showBlogPage(self, authorized: bool,
|
||||||
|
|
Loading…
Reference in New Issue