Closed
Description
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!