mikemintz / rethinkdb-websocket-server

Node.js WebSocket server that proxies to RethinkDB. Supports query validation.
MIT License
156 stars 22 forks source link

pass-through websocket headers to sessionCreator #13

Closed khoerling closed 8 years ago

khoerling commented 8 years ago
khoerling commented 8 years ago

Looks good now, passing through the entire upgrade request

mikemintz commented 8 years ago

Thanks, that looks great. Could you rebase and squash the commits into one so the history will be a bit cleaner when I merge?

khoerling commented 8 years ago

Sweet, done

mikemintz commented 8 years ago

:+1: