Connor McAdams : webservices: Set proper minor version for .NET Message Framing Protocol.

Alexandre Julliard julliard at winehq.org
Thu Apr 14 16:50:33 CDT 2022


Module: wine
Branch: master
Commit: aaf02584addc0f6e73ea7077d9826e4caff6803d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=aaf02584addc0f6e73ea7077d9826e4caff6803d

Author: Connor McAdams <cmcadams at codeweavers.com>
Date:   Wed Apr 13 10:40:29 2022 -0400

webservices: Set proper minor version for .NET Message Framing Protocol.

According to MC-NMF, the .Net Framing Protocol, "An implementation
conforming to this specification MUST set this field to 0x00."

Signed-off-by: Connor McAdams <cmcadams at codeweavers.com>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/webservices/channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/webservices/channel.c b/dlls/webservices/channel.c
index a9142bedee9..1148744346c 100644
--- a/dlls/webservices/channel.c
+++ b/dlls/webservices/channel.c
@@ -1415,7 +1415,7 @@ static enum known_encoding map_channel_encoding( struct channel *channel )
 }
 
 #define FRAME_VERSION_MAJOR 1
-#define FRAME_VERSION_MINOR 1
+#define FRAME_VERSION_MINOR 0
 
 static HRESULT write_preamble( struct channel *channel )
 {




More information about the wine-cvs mailing list