-
Notifications
You must be signed in to change notification settings - Fork 11
Add haproxy to benchmarking tool #52
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
Conversation
Adding as a proxy - a middle actor. Currently adding only for apache. Support all the encryption modes for haproxy: - client to proxy - proxy to server - client to server - pure http without encryption Signed-off-by: Norbert Pocs <[email protected]>
…obal state gets polluted. missing typeset in generate_download_files() prevents haproxy to build
Sashan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newly added versions for 3-0, 3-1, etc uncovered existing bugs, the forloop counter i also requires typeset. I've just added those.
I also added a make clean before we start building HA-proxy to cleanup files from previous build for different version.
|
Thanks! |
Sashan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all looks good. thanks.
Adding as a proxy - a middle actor. Currently adding only for apache. Support all the encryption modes for haproxy: - client to proxy - proxy to server - client to server - pure http without encryption Signed-off-by: Norbert Pocs <[email protected]> Reviewed-by: Saša Nedvědický <[email protected]> (Merged from #52)
|
changes are in. (via e17d5fb) |






Adding as a proxy - a middle actor.
Currently adding only for apache.
Support all the encryption modes for haproxy:
Currently adding it only for openssl-master crypto backend.