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

Issue 6924044: code review 6924044: mime/multipart: allow setting the Writer boundary (Closed)

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

Description

mime/multipart: allow setting the Writer boundary Fixes issue 4490

Patch Set 1 #

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -1 line) Patch
src/pkg/mime/multipart/writer.go View 1 2 3 1 chunk +28 lines, -1 line 0 comments Download
src/pkg/mime/multipart/writer_test.go View 1 2 chunks +35 lines, -0 lines 0 comments Download

Messages

Total messages: 3
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 4 months ago (2012-12-10 21:02:02 UTC) #1
rsc
LGTM https://codereview.appspot.com/6924044/diff/4001/src/pkg/mime/multipart/writer.go File src/pkg/mime/multipart/writer.go (right): https://codereview.appspot.com/6924044/diff/4001/src/pkg/mime/multipart/writer.go#newcode52 src/pkg/mime/multipart/writer.go:52: if b < 128 { Can drop the ...
11 years, 4 months ago (2012-12-10 21:27:55 UTC) #2
bradfitz
11 years, 4 months ago (2012-12-10 21:30:47 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=11d696585699 ***

mime/multipart: allow setting the Writer boundary

Fixes issue 4490

R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/6924044
Sign in to reply to this message.

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