These two nits from Eric Blake got missed as Wouter merged v9 when I was doing v10.
Signed-off-by: Alex Bligh <[email protected]> --- doc/proto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/proto.md b/doc/proto.md index 255fd11..05fef3c 100644 --- a/doc/proto.md +++ b/doc/proto.md @@ -445,7 +445,7 @@ exports are TLS-only. This is permitted in part to make programming of servers easier. Operation is a little different from FORCEDTLS, as the client is not forced to upgrade to TLS prior to any options being processed, and the server MAY choose to give information on -non-existent exports via NBD_OPT_INFO exports prior to an upgrade +non-existent exports via NBD_OPT_INFO responses prior to an upgrade to TLS. The SELECTIVETLS mode of operation has an implementation problem @@ -460,7 +460,7 @@ must be initiated between client and server out of band. Therefore, if a server uses SELECTIVETLS, it MUST implement the INFO extension. -## Client-side requirements +### Client-side requirements If the client supports TLS at all, it MUST be prepared to deal with servers operating in any of the above modes. -- 1.9.1 ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
