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 tests and timeouts to TCP+SNI proxy #178

Closed
magiconair opened this issue Oct 12, 2016 · 2 comments
Closed

Add tests and timeouts to TCP+SNI proxy #178

magiconair opened this issue Oct 12, 2016 · 2 comments
Milestone

Comments

@magiconair
Copy link
Contributor

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)

@magiconair magiconair added this to the 1.4 milestone Feb 21, 2017
magiconair added a commit that referenced this issue Feb 22, 2017
* Add generic TCP proxy support.
* Add support for ReadTimeout and WriteTimeout for the TCP and the TCPSNI
  proxy.
* Add integration tests for the TCP and TCPSNI proxy.
* Update the demo server to provide a TCP server.
* Add a tcptest package for generic TCP server testing.

Fixes #178, #179
magiconair added a commit that referenced this issue Feb 22, 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 #178, #179
magiconair added a commit that referenced this issue Feb 22, 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 #178, #179
@magiconair
Copy link
Contributor Author

I have a test framework for TCP proxies in the release-branch-1.4 and plan to add an integration test for the PROXY protocol. ReadTimeout and WriteTimeout are now honored but that still needs testing.

magiconair added a commit that referenced this issue Feb 23, 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 #178, #179
magiconair added a commit that referenced this issue Feb 23, 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 #178, #179
magiconair added a commit that referenced this issue Feb 23, 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 #178, #179
magiconair added a commit that referenced this issue Feb 23, 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 #178, #179
magiconair added a commit that referenced this issue Mar 22, 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 #178, #179
magiconair added a commit that referenced this issue Mar 23, 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 #178, #179
magiconair added a commit that referenced this issue Mar 25, 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 #1, #178, #179
@magiconair
Copy link
Contributor Author

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
Projects
None yet
Development

No branches or pull requests

1 participant