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

Issue 7678043: code review 7678043: net/http: add additional status codes defined in RFC 6585 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by titanous
Modified:
8 years, 7 months ago
Reviewers:
mohamed, bradfitz
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

net/http: add additional status codes defined in RFC 6585 428 Precondition Required 429 Too Many Requests 431 Request Header Fields Too Large 511 Network Authentication Required

Patch Set 1 #

Patch Set 2 : diff -r 16e0e01c2e9b https://code.google.com/p/go/ #

Patch Set 3 : diff -r 16e0e01c2e9b https://code.google.com/p/go/ #

Patch Set 4 : diff -r ec3c88fc8445 https://code.google.com/p/go/ #

Patch Set 5 : diff -r ec3c88fc8445 https://code.google.com/p/go/ #

Patch Set 6 : diff -r ec3c88fc8445 https://code.google.com/p/go/ #

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

Messages

Total messages: 10
titanous
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 1 month ago (2013-03-10 03:09:04 UTC) #1
bradfitz
Is this all done going through standardization? I see it's still a proposed standard, not ...
11 years, 1 month ago (2013-03-10 15:35:50 UTC) #2
titanous
On 2013/03/10 15:35:50, bradfitz wrote: > Is this all done going through standardization? I see ...
11 years, 1 month ago (2013-03-10 15:55:19 UTC) #3
bradfitz
One might consider the Go 1 API promise as a "disruption-sensitive environment". Considering that these ...
11 years, 1 month ago (2013-03-10 15:59:48 UTC) #4
titanous
On 2013/03/10 15:59:48, bradfitz wrote: > One might consider the Go 1 API promise as ...
11 years, 1 month ago (2013-03-10 16:12:23 UTC) #5
bradfitz
On Sun, Mar 10, 2013 at 9:12 AM, <jonathan@titanous.com> wrote: > On 2013/03/10 15:59:48, bradfitz ...
11 years, 1 month ago (2013-03-11 00:44:49 UTC) #6
titanous
Hello golang-dev@googlegroups.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 1 month ago (2013-03-11 01:00:15 UTC) #7
bradfitz
LGTM
11 years, 1 month ago (2013-03-11 01:56:26 UTC) #8
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=09424e87ff73 *** net/http: add additional status codes defined in RFC 6585 428 ...
11 years, 1 month ago (2013-03-11 14:43:59 UTC) #9
mohamed
8 years, 7 months ago (2015-09-16 21:23:37 UTC) #10
Message was sent while issue was closed.
Hello - May be a good time to reevaluate exposing status codes 428, 429, 431,
511, and introduce "413 Payload Too Large" (RFC 7231).
Sign in to reply to this message.

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