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

Issue 6117058: code review 6117058: net/http: ignore paths on CONNECT requests in ServeMux (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by bradfitz
Modified:
12 years ago
Reviewers:
CC:
golang-dev, adg, rsc
Visibility:
Public.

Description

net/http: ignore paths on CONNECT requests in ServeMux Fixes issue 3538

Patch Set 1 #

Patch Set 2 : diff -r 34a544cf1583 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1384d7510575 https://go.googlecode.com/hg #

Patch Set 4 : diff -r 1384d7510575 https://go.googlecode.com/hg #

Patch Set 5 : diff -r 1384d7510575 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M src/pkg/net/http/server.go View 1 2 3 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 9
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2012-04-25 18:23:19 UTC) #1
adg
LGTM it's not possible that anyone could rely on this behavior, is it?
12 years ago (2012-04-25 18:34:13 UTC) #2
rsc
NOT LGTM
12 years ago (2012-04-25 18:35:19 UTC) #3
rsc
I don't understand the description of this code. You say that ServeMux doesn't support CONNECT ...
12 years ago (2012-04-25 18:36:36 UTC) #4
bradfitz
Hello golang-dev@googlegroups.com, adg@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years ago (2012-04-25 19:09:17 UTC) #5
bradfitz
okay, how about this version? I didn't know about net/rpc using a path with CONNECT ...
12 years ago (2012-04-25 19:11:04 UTC) #6
bradfitz
Hello golang-dev@googlegroups.com, adg@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years ago (2012-04-25 19:18:13 UTC) #7
rsc
LGTM
12 years ago (2012-04-25 19:44:00 UTC) #8
bradfitz
12 years ago (2012-04-25 19:46:22 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=8eae6e390d20 ***

net/http: ignore paths on CONNECT requests in ServeMux

Fixes issue 3538

R=golang-dev, adg, rsc
CC=golang-dev
http://codereview.appspot.com/6117058
Sign in to reply to this message.

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