teleport/lib/multiplexer
Andrew Lytvynov 566b7cc457 RFD 1: user testify/require instead of testify/assert
`require` is a sister package to `assert` that terminates the test on
failure. `assert` records the failure but lets the test proceed, which
is un-intuitive.

Also update all existing tests to match.
2020-10-16 00:15:25 +00:00
..
test Session streaming 2020-09-28 23:08:56 -07:00
multiplexer.go Handle HTTP connections to TLS socket in a more graceful way (#2886) 2019-08-13 14:03:22 -03:00
multiplexer_test.go RFD 1: user testify/require instead of testify/assert 2020-10-16 00:15:25 +00:00
proxyline.go SSH/TLS multiplexer with Proxy protocol support 2017-11-23 14:50:28 -08:00
tls.go Session streaming 2020-09-28 23:08:56 -07:00
wrappers.go Session streaming 2020-09-28 23:08:56 -07:00