Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We now try to read a whole line at a time since there is no risk of reading too far ahead given that the spec says: The first octet received by the server after the \r\n of the BEGIN command from the client must be the first octet of the authenticated/encrypted stream of D-Bus messages. Unlike all other commands, the server does not reply to the BEGIN command with an authentication command of its own. After the \r\n of the reply to the command before BEGIN, the next octet received by the client must be the first octet of the authenticated/encrypted stream of D-Bus messages. fixes #128
- Loading branch information