Don't forget to read response after IHAVE
This commit is contained in:
parent
10ab951a4d
commit
ccbff15031
1 changed files with 5 additions and 0 deletions
|
@ -170,3 +170,8 @@ class Client(Connection):
|
||||||
|
|
||||||
self.message_send(message, MessagePart.WHOLE)
|
self.message_send(message, MessagePart.WHOLE)
|
||||||
self.end()
|
self.end()
|
||||||
|
|
||||||
|
response = self.response_read()
|
||||||
|
|
||||||
|
if response.code is not ResponseCode.NNTP_ARTICLE_RECEIVED_ID:
|
||||||
|
raise RemoteException(response)
|
||||||
|
|
Loading…
Add table
Reference in a new issue