telebit/rvpn/client
Henry Camacho ff3e63da8d Correcting Critical Bug
- when testing streams to WSS client, I caused tunnel.js to abort in xfer.
- this caused a panic in go.
- found that connection was reaped and garbage collected during send routines.
- placed synchronize around a connection states.
- moved connection creation into connection table.
- allowed connections to hang around while in a false state…
- will have a go routine remove them after some idle time and connections being false.
2017-02-19 14:05:06 -06:00
..
listener_client.go Correcting Critical Bug 2017-02-19 14:05:06 -06:00
setup.go Restructured project abstracting modules, using Caddy as a guide. 2017-02-11 22:13:29 -06:00