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

Issue 2723041: code review 2723041: http server: don't send trailing '0' for chunked encodi... (Closed)

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

Description

http server: don't send trailing '0' for chunked encoding when responding with 304 NotModified

Patch Set 1 #

Patch Set 2 : code review 2723041: http server: don't send trailing '0' for chunked encodi... #

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

Messages

Total messages: 5
hoisie
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 8 months ago (2010-10-25 22:57:57 UTC) #1
hoisie
Without this patch, the following code is triggered in finishRequest in http/server.go, even when returning ...
14 years, 8 months ago (2010-10-25 23:01:48 UTC) #2
hoisie
ping, this is a trivial fix, it should apply cleanly On 2010/10/25 23:01:48, hoisie wrote: ...
14 years, 8 months ago (2010-10-31 21:39:36 UTC) #3
adg
LGTM but I'll wait for rsc to submit. On 1 November 2010 08:39, <hoisie@gmail.com> wrote: ...
14 years, 8 months ago (2010-11-01 05:18:34 UTC) #4
rsc
14 years, 8 months ago (2010-11-01 20:15:05 UTC) #5
*** Submitted as 289c31cc837a ***

http server: don't send trailing '0' for chunked encoding when responding with
304 NotModified

R=rsc, adg
CC=golang-dev
http://codereview.appspot.com/2723041

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