You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get sometimes (randomly) an error on using http_request on http_client.
The error occurs in completion_callback in the line:
p_request_context->report_error(errorCode, build_error_msg(error_result));
The error code is ox80090321: meaning SEC_E_BUFFER_TOO_SMALL
I have no clue how I could track the error.
Any help or advice is greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
I tried investigating the "random" part of the bug by using the simple BingRequest sample which covers the classes/methods you mentioned. However, I was not able to encounter the 0x80090321 error code.
Could you please share sample test code that leads you to this error code from:
I get sometimes (randomly) an error on using http_request on http_client.
The error occurs in completion_callback in the line:
p_request_context->report_error(errorCode, build_error_msg(error_result));
The error code is ox80090321: meaning SEC_E_BUFFER_TOO_SMALL
I have no clue how I could track the error.
Any help or advice is greatly appreciated!
The text was updated successfully, but these errors were encountered: