mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 08:50:13 +02:00
WS upgrade no returning error.
This commit is contained in:
parent
971e3bff4e
commit
58d029f455
3 changed files with 26 additions and 12 deletions
|
@ -15,5 +15,5 @@ type WebSocketManager interface {
|
|||
Start()
|
||||
Shutdown() error
|
||||
AddHandler(handler HandlerFunction)
|
||||
Upgrade(w http.ResponseWriter, r *http.Request, checkOrigin CheckOrigin) error
|
||||
Upgrade(w http.ResponseWriter, r *http.Request, checkOrigin CheckOrigin)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue