-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support for OpenSSL 3.2.0 #14168
Comments
These errors doent seem very related, except that they're both involving some external libraries.
No, |
my |
Thanks. I can reproduce the error with OpenSSL 3.2.0. |
This seems to be an issue with our error handling code for crystal/src/openssl/ssl/socket.cr Lines 129 to 139 in e3200d9
The error constructor tries to determine the reason for the error, particularly if it's an EOF (lines 92-98): Lines 83 to 110 in e3200d9
Apparently the error return value of |
Resolved via #14169 |
Bug Report
the commit cb333fe when make std_spec
I've built crystal several commits earlier, so probably this one is not using lastest crystal?
so I tried : make && make std_spec
now:
and it hangs
one question, would make std_spec automatically call make? or do I need to make && make std_spec?
The text was updated successfully, but these errors were encountered: