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

Add repeat option support #127

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

Add repeat option support #127

wants to merge 3 commits into from

Conversation

rs
Copy link

@rs rs commented Apr 27, 2018

Add an option to repeat the same request multiple times, reusing the
same HTTP connection.

Depends on #128

@rs
Copy link
Author

rs commented Apr 27, 2018

This will also replace #114.

@davecheney
Copy link
Owner

davecheney commented Apr 27, 2018 via email

@rs
Copy link
Author

rs commented Apr 27, 2018

I certainly can.

To have accurate measurement of TLS and support skipped steps (DNS, TCP
and TLS reuse), the timing code has been refactored to use Go 1.8
support for TLS tracing as well as a more descriptive variable namings
for steps time.

This commit removes support for Go versions lower than 1.8.
@rs rs force-pushed the repeat branch 2 times, most recently from a278fa1 to 6ada476 Compare April 27, 2018 20:39
rs added 2 commits April 27, 2018 13:44
Add an option to repeat the same request multiple times, reusing the
same HTTP connection.
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.

2 participants