Skip to content

Tags: microsoft/libHttpClient

Tags

0.0.3

Toggle 0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for Android build on NDK versions 27+ (#871)

2104qfe2

Toggle 2104qfe2's commit message
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

1907qfe2

Toggle 1907qfe2's commit message
found that project IDs were in conflict across other projects that in…

…clude libHttpClient -- somewhere the project IDs got corrupted through a merge or something. (#487)

x86_64_build

Toggle x86_64_build's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixup the 2019 solution (#483)