Skip to content
New issue

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

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

Already on GitHub? # to your account

Handle SSL_ERROR_WANT_READ in socket_read #3

Closed
wants to merge 1 commit into from

Conversation

gigabo
Copy link

@gigabo gigabo commented Feb 18, 2015

Hi @JoeDog,

I had to patch siege to get it working with my server. I think this patch may be useful to others.

Thanks!

Bo

From man SSL_get_error:

SSL_ERROR_WANT_READ
The operation did not complete; the same TLS/SSL I/O function should be called again later.

From `man SSL_get_error`:

> SSL_ERROR_WANT_READ
> The operation did not complete; the same TLS/SSL I/O function should be
> called again later.
@JoeDog JoeDog self-assigned this Feb 26, 2015
@JoeDog
Copy link
Owner

JoeDog commented Feb 26, 2015

Bo - thanks. I applied it manually. I got a 403 when I tried to pull it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants