-
Notifications
You must be signed in to change notification settings - Fork 616
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 tests and timeouts to TCP+SNI proxy #178
Labels
Milestone
Comments
I have a test framework for TCP proxies in the |
merged to master |
raben2
pushed a commit
to raben2/fabio
that referenced
this issue
Mar 29, 2017
* Add generic TCP proxy support. * Add support for ReadTimeout and WriteTimeout for the TCP and the TCP+SNI proxy. * Add integration tests for the TCP and TCP+SNI proxy. * Update the demo server to provide a TCP server. * Add a tcptest package for generic TCP server testing. Fixes fabiolb#1, fabiolb#178, fabiolb#179
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The TCP+SNI proxy needs configurable timeouts and integration tests.
This needs to include a test for #177 which uses the TCP+SNI proxy behind an HAProxy with PROXY protocol enabled (e.g. Amazon AWS ELB)
The text was updated successfully, but these errors were encountered: