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

Issue 196079: code review 196079: Replace the manual body chunk writer code in Request, with (Closed)

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

Description

Replace the manual body chunk writer code in Request, with the reusable NewChunkWriter code.

Patch Set 1 #

Patch Set 2 : code review 196079: Replace the manual body chunk writer code in Request, with #

Total comments: 2

Patch Set 3 : code review 196079: Replace the manual body chunk writer code in Request, with #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -27 lines) Patch
M src/pkg/http/request.go View 1 2 2 chunks +15 lines, -27 lines 0 comments Download

Messages

Total messages: 5
petar-m
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 1 month ago (2010-01-31 03:21:07 UTC) #1
rsc1
http://codereview.appspot.com/196079/diff/1001/4 File src/pkg/http/request.go (right): http://codereview.appspot.com/196079/diff/1001/4#newcode191 src/pkg/http/request.go:191: // TODO(petar): Write trailer here and append \r\n There's ...
15 years, 1 month ago (2010-02-01 19:26:23 UTC) #2
petar-m
http://codereview.appspot.com/196079/diff/1001/4 File src/pkg/http/request.go (right): http://codereview.appspot.com/196079/diff/1001/4#newcode191 src/pkg/http/request.go:191: // TODO(petar): Write trailer here and append \r\n Fixed ...
15 years, 1 month ago (2010-02-02 02:31:52 UTC) #3
rsc
LGTM thanks
15 years, 1 month ago (2010-02-04 07:30:29 UTC) #4
rsc
15 years, 1 month ago (2010-02-04 08:23:03 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=7ae825e84142 ***

http: use ChunkWriter in Request.Write

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

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