Tags: microsoft/libHttpClient
Tags
Avoid holding locks in winhttp_http_task completion callback handling… … when calling into websocket event functions (#580) * Move winhttp_http_task completion_callback lock handling into the individual callback type handlers to avoid holding onto lock when calling into externally provided event handlers * Move duplicate XAsyncComplete checking to compete_task * tabs -> spaces * don't hold lock for complete_task since it can call back into client code synchronously
PreviousNext