Hans Leidekker (@hans) commented about dlls/webservices/msg.c:
LeaveCriticalSection( &msg->cs ); return hr;
}
+/* Attempt to read a fault message. If the message is a fault, WS_E_ENDPOINT_FAULT_RECEIVED will be returned. */ +HRESULT message_read_fault( WS_MESSAGE *handle, WS_HEAP *heap, WS_ERROR *error )
This commit should be merged with the next. It's better to include helpers in the commit where they are used.