Re: [go-nuts] Re: Deleting the /r/golang subreddit

2016-11-25 Thread Bogdan Bursuc
+ On Fri, Nov 25, 2016 at 10:20 AM Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Thu, 24 Nov 2016 23:59:18 -0800 (PST) > Ainar Garipov wrote: > > > Please no. Google Groups is awful, Reddit's /r/golang is where I get > > most of my Go news. I don't want to sift through a for

Re: [go-nuts] Re: Idiomatic way to signal error using websockets

2016-07-07 Thread Bogdan Bursuc
The websocket protocol is a TCP socket in the end after you establish the handshake, this means you will send raw data through it and you can make the protocol and errors as you want. There will be no status code anymore, because what you send through that connection wont be http anymore. On Thu,