-
Notifications
You must be signed in to change notification settings - Fork 284
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
ssl errors #1124
Comments
This is a high-level protocol issue, the reader is failing to call |
usage here: https://github.com/yannick/vibe-aws/blob/master/source/vibe/aws/aws.d#L117 trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not sure if this is a bug:
when i do lots of requests to aws endpoints, from time to i get an
if i retry, it all works fine.
to handly this nicely in higher level libraries it would be nice if
https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/stream/openssl.d#L257
would throw something more specific.
The text was updated successfully, but these errors were encountered: