You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's possible to upgrade from a "http.ResponseWriter, *http.Request" pair in Gorilla
to a gorilla.Conn.
I also understand that mangos uses gorilla underneath for it's websockets, right?
It there a way I can upgrade "http.ResponseWriter, *http.Request" pair to
a mangos.Socket somehow?
If not, should I consider writing a PR ?
The text was updated successfully, but these errors were encountered:
I don’t think so. The main thing is that we expect websockets as that protocol is defined. If you can provide the same semantic it might work but both parties in the connection will need to collaborate to make that happen.
Get Outlook<https://aka.ms/qtex0l> for iOS
________________________________
From: Cameron Elliott <[email protected]>
Sent: Thursday, September 10, 2020 5:26:23 PM
To: nanomsg/mangos <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [nanomsg/mangos] Upgrade from http.ResponseWriter, *http.Request to mangos.Socket (#210)
Forgive me if I missed a way to do this.
I know it's possible to upgrade from a "http.ResponseWriter, *http.Request" pair in Gorilla
to a gorilla.Conn.
I also understand that mangos uses gorilla underneath for it's websockets, right?
It there a way I can upgrade "http.ResponseWriter, *http.Request" pair to
a mangos.Socket somehow?
If not, should I consider writing a PR ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#210>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAJ4G7LQPUPMXF5VC7NZ43LSFFVC7ANCNFSM4RGGBGBA>.
Forgive me if I missed a way to do this.
I know it's possible to upgrade from a "http.ResponseWriter, *http.Request" pair in Gorilla
to a gorilla.Conn.
I also understand that mangos uses gorilla underneath for it's websockets, right?
It there a way I can upgrade "http.ResponseWriter, *http.Request" pair to
a mangos.Socket somehow?
If not, should I consider writing a PR ?
The text was updated successfully, but these errors were encountered: