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

Fix behavior of unspecified number of requests for OCSP responder to match documentation #343

Closed
wants to merge 1 commit into from

Conversation

aeijdenberg
Copy link
Contributor

Documentation states that "-nrequest pnum Number of requests to accept (default unlimited)", but in practice not specifying "-nrequest" would have the affect of accepting only 1 request.

@richsalz
Copy link
Contributor

I'm going to d othis:

        /* If not unlimited, see if we took all we should. */
        if (accept_count != -1 && --accept_count <= 0) {
            ret = 0;
            goto end;
        }

@aeijdenberg
Copy link
Contributor Author

OK - do you want me to update my branch or will you just commit directly?

@richsalz
Copy link
Contributor

nah, i got it. thanks.

@richsalz
Copy link
Contributor

done, thanks!

@richsalz richsalz closed this Jul 31, 2015
@aeijdenberg aeijdenberg deleted the fixocspbug branch July 31, 2015 15:40
mcr pushed a commit to mcr/openssl that referenced this pull request Jun 22, 2021
…ations

ssl: avoid declarations after statements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants