Flush output after emitting greeting
This commit is contained in:
parent
945f85c2a3
commit
d83fde3ff9
1 changed files with 2 additions and 1 deletions
|
@ -741,7 +741,8 @@ class Session():
|
|||
}
|
||||
|
||||
def greet(self):
|
||||
return self.respond(ResponseCode.NNTP_SERVICE_READY_POST_PROHIBITED)
|
||||
self.respond(ResponseCode.NNTP_SERVICE_READY_POST_PROHIBITED)
|
||||
self.flush()
|
||||
|
||||
def handle_command(self):
|
||||
line = self.readline()
|
||||
|
|
Loading…
Add table
Reference in a new issue