Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2517)

Issue 2119042: code review 2119042: websocket: Add support for secure WebSockets (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by madari
Modified:
13 years, 7 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

websocket: Add support for secure WebSockets Fixes issue 842. Fixes issue 1061.

Patch Set 1 #

Patch Set 2 : code review 2119042: websocket: Add support for secure WebSockets #

Patch Set 3 : code review 2119042: websocket: Add support for secure WebSockets #

Total comments: 4

Patch Set 4 : code review 2119042: websocket: Add support for secure WebSockets #

Total comments: 4

Patch Set 5 : code review 2119042: websocket: Add support for secure WebSockets #

Patch Set 6 : code review 2119042: websocket: Add support for secure WebSockets #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -6 lines) Patch
M src/pkg/http/server.go View 1 2 3 3 chunks +7 lines, -0 lines 0 comments Download
M src/pkg/websocket/client.go View 1 2 3 4 5 4 chunks +37 lines, -4 lines 0 comments Download
M src/pkg/websocket/server.go View 1 2 3 2 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 9
madari
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 8 months ago (2010-09-02 17:52:19 UTC) #1
madari
You could do the same thing without touching the http-package at all, but I think ...
13 years, 8 months ago (2010-09-03 06:18:42 UTC) #2
adg1
This is an active feature request. Please add "Fixes issue 1061." to the CL description. ...
13 years, 7 months ago (2010-09-07 12:44:46 UTC) #3
rsc1
Fixes issue 842. Fixes issue 1061. (842 is asking for server support, 1061 client support.)
13 years, 7 months ago (2010-09-07 13:37:08 UTC) #4
rsc1
The fixes notes need to be two separate lines so that the issue auto-closer will ...
13 years, 7 months ago (2010-09-07 13:45:26 UTC) #5
madari
Please have another look: On 2010/09/07 13:45:26, rsc1 wrote: > The fixes notes need to ...
13 years, 7 months ago (2010-09-07 15:53:52 UTC) #6
rsc1
looking pretty good. let's make the errors a little more useful. http://codereview.appspot.com/2119042/diff/14001/src/pkg/websocket/client.go File src/pkg/websocket/client.go (right): ...
13 years, 7 months ago (2010-09-08 14:31:01 UTC) #7
madari
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2010-09-08 16:01:46 UTC) #8
rsc
13 years, 7 months ago (2010-09-11 04:27:19 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=af6ab1826715 ***

websocket: Add support for secure WebSockets

Fixes issue 842.
Fixes issue 1061.

R=rsc
CC=golang-dev
http://codereview.appspot.com/2119042

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b