Merge pull request #144 from mochi/websocket-ssl Fix ssl receive support for websocket
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/e4b24777 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/e4b24777 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/e4b24777 Branch: refs/heads/upstream Commit: e4b2477727623ae12b87848c7e04e9432c574e2f Parents: 8b6fab5 324d703 Author: Bob Ippolito <[email protected]> Authored: Sun Jan 11 18:27:00 2015 +1300 Committer: Bob Ippolito <[email protected]> Committed: Sun Jan 11 18:27:00 2015 +1300 ---------------------------------------------------------------------- src/mochiweb_websocket.erl | 15 ++--- test/mochiweb_test_util.erl | 111 +++++++++++++++++++++++++++++++++ test/mochiweb_test_util.hrl | 1 + test/mochiweb_tests.erl | 106 ++----------------------------- test/mochiweb_websocket_tests.erl | 92 +++++++++++++++++++++++++++ 5 files changed, 213 insertions(+), 112 deletions(-) ----------------------------------------------------------------------
