olahol / melody

:notes: Minimalist websocket framework for Go
BSD 2-Clause "Simplified" License
3.76k stars 365 forks source link

How to use upgrader.CheckOrigin #1

Closed MathieuDoyon closed 9 years ago

MathieuDoyon commented 9 years ago

I think Melody upgrader variable should be exported

olahol commented 9 years ago

You are absolutely right that the Upgrader should be exported, I was being too conservative with the internal variables. I have pushed an update that exports *Melody.Upgrader.

MathieuDoyon commented 9 years ago

thank you