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

TLS session reuse support #458

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

defanator
Copy link

Originally based on #183 with the following changes:

  1. no separate option to disable keepalive at wrk side (this should be done either with -H "Connection: close" or at server's side (e.g. keepalive_requests 1 in nginx);
  2. modern openssl versions supported;
  3. no extra callbacks when TLS reuse is disabled.

@Nithya-2018
Copy link

Hi, after making changes in the wrk.c files, how did you compile them? I keep getting lua.h not found error even after installing it using sudo apt cmd.

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