telebit/rvpn/genericlistener
Henry Camacho 9e2a04c8a7 WSS Client now working with protocol detection
- added support for PeekAll…still not working 100%.
- passing important values inside the context, no longer on arguments
- stream handler now detects wss_client, validates the token to make sure.
- then passes to was handler which invokes http.Server with oneConnListener
- removing listener wedge, going to stay with oneConnListener.  It is working.
2017-02-26 12:35:06 -06:00
..
conn_wedge.go WSS Client now working with protocol detection 2017-02-26 12:35:06 -06:00
handle_wss_client.go Support for generic listeners, with protocol detection 2017-02-24 23:56:40 -06:00
listener_generic.go WSS Client now working with protocol detection 2017-02-26 12:35:06 -06:00
one_conn.go Generic Listener supporting unencrypted, encrypted, with TLS version detection before TLS Accept 2017-02-25 23:17:39 -06:00
setup.go Support for generic listeners, with protocol detection 2017-02-24 23:56:40 -06:00