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

Issue 5694045: code review 5694045: net/http: some more cookie tests (Closed)

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

Description

net/http: some more cookie tests Including a commented-out test we might tackle later, after seeing what browsers do.

Patch Set 1 #

Patch Set 2 : diff -r 98061205e2d4 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 98061205e2d4 https://go.googlecode.com/hg/ #

Total comments: 1

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

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

Messages

Total messages: 5
bradfitz
Hello dsymonds@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2012-02-23 04:42:41 UTC) #1
dsymonds
LGTM http://codereview.appspot.com/5694045/diff/3002/src/pkg/net/http/cookie_test.go File src/pkg/net/http/cookie_test.go (right): http://codereview.appspot.com/5694045/diff/3002/src/pkg/net/http/cookie_test.go#newcode137 src/pkg/net/http/cookie_test.go:137: Expires: time.Date(2012, 3, 7, 14, 25, 6, 0, ...
12 years, 2 months ago (2012-02-23 04:48:55 UTC) #2
rsc
maybe they saw it with our software? the http header reader used to do that ...
12 years, 2 months ago (2012-02-23 04:50:51 UTC) #3
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=116b2ccf6c88 *** net/http: some more cookie tests Including a commented-out test we ...
12 years, 2 months ago (2012-02-23 04:51:59 UTC) #4
bradfitz
12 years, 2 months ago (2012-02-23 04:53:49 UTC) #5
On Thu, Feb 23, 2012 at 3:50 PM, Russ Cox <rsc@golang.org> wrote:

> maybe they saw it with our software?
>

It's http all the way down.  Still trying to figure out which layer.


> the http header reader used to do that
> comma concatenation because rfc 2616
> said they had to be equivalent and it was
> easier to record a string instead of a []string.
> but in practice rfc 2616 was wrong so we
> had to undo that.
>
Sign in to reply to this message.

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