release: prepare v0.1.1
- fix: isolate bench/example deps from hcs package
Remove public_name from bench executables so opam install
doesn't pull in dream, piaf, sqlite3, etc.
- fix: WebSocket upgrade response not flushed
Race condition where read_loop set shutdown before write_loop
could send the 101 Switching Protocols response.
- test: add WebSocket integration test