Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEC_E_BUFFER_TOO_SMALL error #36

Closed
juergenr opened this issue Dec 18, 2015 · 1 comment
Closed

SEC_E_BUFFER_TOO_SMALL error #36

juergenr opened this issue Dec 18, 2015 · 1 comment

Comments

@juergenr
Copy link

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!

@alexkaratarakis
Copy link
Contributor

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:

p_request_context->report_error(errorCode, build_error_msg(error_result));

(http_client_winhttp.cpp line 1022 in the current dev branch)

Also, the underlying platform details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants