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

Issue 85740046: code review 85740046: net/http: fix up Response.Write edge cases (Closed)

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

Description

net/http: fix up Response.Write edge cases The Go HTTP server doesn't use Response.Write, but others do, so make it correct. Add a bunch more tests. This bug is almost a year old. :/ Fixes Issue 5381

Patch Set 1 #

Patch Set 2 : diff -r 6cec80ff723b https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 6cec80ff723b https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -5 lines) Patch
M src/pkg/net/http/response.go View 1 4 chunks +47 lines, -4 lines 0 comments Download
M src/pkg/net/http/response_test.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/net/http/responsewrite_test.go View 1 2 chunks +101 lines, -1 line 0 comments Download

Messages

Total messages: 3
bradfitz
Hello golang-codereviews@googlegroups.com (cc: adg@golang.org, dsymonds@golang.org, rsc@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
10 years ago (2014-04-10 23:25:16 UTC) #1
adg
LGTM
10 years ago (2014-04-11 00:10:10 UTC) #2
bradfitz
10 years ago (2014-04-11 00:12:37 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=b2ebbbcfc615 ***

net/http: fix up Response.Write edge cases

The Go HTTP server doesn't use Response.Write, but others do,
so make it correct. Add a bunch more tests.

This bug is almost a year old. :/

Fixes Issue 5381

LGTM=adg
R=golang-codereviews, adg
CC=dsymonds, golang-codereviews, rsc
https://codereview.appspot.com/85740046
Sign in to reply to this message.

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