mirror of https://gitlab.com/bashrc2/epicyon
Clear busy state
parent
7cc75cf504
commit
9ae9bd3e94
|
@ -19675,6 +19675,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
'_POST', 'create_session',
|
'_POST', 'create_session',
|
||||||
self.server.debug)
|
self.server.debug)
|
||||||
self._404()
|
self._404()
|
||||||
|
self.server.postreq_busy = False
|
||||||
return
|
return
|
||||||
|
|
||||||
# returns after this point should set postreq_busy to False
|
# returns after this point should set postreq_busy to False
|
||||||
|
|
Loading…
Reference in New Issue