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

Issue 5688067: code review 5688067: net/http: add overlooked 418 status code. (Closed)

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

Description

net/http: add overlooked 418 status code, per RFC 2324.

Patch Set 1 #

Patch Set 2 : diff -r 9643e499c108 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 9643e499c108 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 9643e499c108 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 19b7572f50e3 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 6 : diff -r 19b7572f50e3 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r b18d4cb1f1d3 https://go.googlecode.com/hg/ #

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

Messages

Total messages: 11
dsymonds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2012-02-22 08:37:35 UTC) #1
bradfitz
Lacks RFC reference. Not sure how I like the look of the contractions. Maybe StatusAmTeapot. ...
14 years, 1 month ago (2012-02-22 09:10:47 UTC) #2
dsymonds
On Wed, Feb 22, 2012 at 8:10 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > Lacks RFC ...
14 years, 1 month ago (2012-02-22 09:50:24 UTC) #3
bradfitz
On Wed, Feb 22, 2012 at 1:50 AM, David Symonds <dsymonds@golang.org> wrote: > On Wed, ...
14 years, 1 month ago (2012-02-22 09:54:43 UTC) #4
dsymonds
On Wed, Feb 22, 2012 at 8:54 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > On Wed, ...
14 years, 1 month ago (2012-02-22 10:11:31 UTC) #5
bradfitz
LGTM On Wed, Feb 22, 2012 at 2:11 AM, David Symonds <dsymonds@golang.org> wrote: > On ...
14 years, 1 month ago (2012-02-22 10:15:00 UTC) #6
rsc
http://codereview.appspot.com/5688067/diff/3005/src/pkg/net/http/status.go File src/pkg/net/http/status.go (right): http://codereview.appspot.com/5688067/diff/3005/src/pkg/net/http/status.go#newcode46 src/pkg/net/http/status.go:46: StatusImATeapot = 418 The Im is really hard to ...
14 years, 1 month ago (2012-02-22 18:40:21 UTC) #7
dsymonds
http://codereview.appspot.com/5688067/diff/3005/src/pkg/net/http/status.go File src/pkg/net/http/status.go (right): http://codereview.appspot.com/5688067/diff/3005/src/pkg/net/http/status.go#newcode46 src/pkg/net/http/status.go:46: StatusImATeapot = 418 On 2012/02/22 18:40:21, rsc wrote: > ...
14 years, 1 month ago (2012-02-22 20:39:49 UTC) #8
rsc
LGTM It's okay that we're setting a new precedent: this is a very unusual status ...
14 years, 1 month ago (2012-02-22 20:41:45 UTC) #9
dsymonds
On Thu, Feb 23, 2012 at 7:41 AM, Russ Cox <rsc@golang.org> wrote: > It's okay ...
14 years, 1 month ago (2012-02-22 20:51:55 UTC) #10
dsymonds
14 years, 1 month ago (2012-02-24 00:55:37 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=6b5680b2534c ***

net/http: add overlooked 418 status code, per RFC 2324.

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

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