Re: [Qemu-devel] [PATCH] doc/proto.md: Clients MUST not set unknown client flags

2016-04-01 Thread Eric Blake
On 04/01/2016 03:58 AM, Alex Bligh wrote: > Clients MUST NOT set unknown client flags. Currently this is > permitted (but 'SHOULD NOT' be done), with the result that the > server MUST drop the connection if it happens. This in effect > gives the client an inappropriate way to close the connection.

[Qemu-devel] [PATCH] doc/proto.md: Clients MUST not set unknown client flags

2016-04-01 Thread Alex Bligh
Clients MUST NOT set unknown client flags. Currently this is permitted (but 'SHOULD NOT' be done), with the result that the server MUST drop the connection if it happens. This in effect gives the client an inappropriate way to close the connection. Signed-off-by: Alex Bligh --- doc/proto.md | 2