webservices: Properly handle max session dictionary size channel property.
commitc03f747a3ac31420a35cce9ff27e4fcf3ad0290c
authorConnor McAdams <cmcadams@codeweavers.com>
Wed, 20 Apr 2022 09:56:12 +0000 (20 11:56 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 20 Apr 2022 11:02:31 +0000 (20 13:02 +0200)
treec6bd8caa12e993da919c31ce87059ea4bf978fa4
parentdc849b0a6d1c418e09f8508a869e5ae3985abb10
webservices: Properly handle max session dictionary size channel property.

Treat WS_CHANNEL_PROPERTY_MAX_SESSION_DICTIONARY_SIZE as a read-only
property, and only allow it to be set upon channel creation.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/webservices/channel.c
dlls/webservices/tests/channel.c