mirror of https://github.com/cbeuw/Cloak
* Fix termination of long downloads after StreamTimeout seconds. - Even if not broadcasting in a loop, we still need to update the read deadline. - Don't enforce the timeout after the first data is written. * When timeout no longer needs to be enforced, no need to schedule a broadcast. * Fix Cloak client. Don't enforce read deadline after first read. * Enforce StreamTimeout on the initial bytes sent by localConn only. * Revert changes to multiplex module. Remove timeout from caller. |
||
|---|---|---|
| .. | ||
| TLS.go | ||
| TLS_test.go | ||
| auth.go | ||
| auth_test.go | ||
| chrome.go | ||
| chrome_test.go | ||
| connector.go | ||
| firefox.go | ||
| firefox_test.go | ||
| piper.go | ||
| state.go | ||
| state_test.go | ||
| transport.go | ||
| websocket.go | ||