Open javawork opened 4 years ago
Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).
Describe the bug Go to WINHTTP_CALLBACK_STATUS_SENDREQUEST_COMPLETE section of this document. https://docs.microsoft.com/en-us/windows/win32/api/winhttp/nc-winhttp-winhttp_status_callback
It says "The lpvStatusInformation parameter is NULL.", but that's not always true. The lpvStatusInformation parameter might be the lpOptional parameter of WinHttpSendRequest. It should be deleted in asynchronous manner.
To Reproduce