cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Allow request options to be passed for websocket #79

Closed jcrossley3 closed 7 years ago

jcrossley3 commented 7 years ago

...again :)

I made this change a while back as issue #56. It was merged, but it looks like it was lost as a result of refactoring the websocket code. It's handy for me to be able to pass options (specifically a cookie id) on the upgrade request. Thanks!