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

Issue 43190044: code review 43190044: Limit buffering during tokenization.

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

Description

Limit buffering during tokenization. This is optional. By default, buffering is unlimited. Fixes issue 7053.

Patch Set 1 #

Patch Set 2 : diff -r 127da548775d https://code.google.com/p/go.net/ #

Patch Set 3 : diff -r d4afe896f927 https://code.google.com/p/go.net/ #

Patch Set 4 : diff -r d4afe896f927 https://code.google.com/p/go.net/ #

Patch Set 5 : diff -r d4afe896f927 https://code.google.com/p/go.net/ #

Total comments: 2

Patch Set 6 : diff -r d4afe896f927 https://code.google.com/p/go.net/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -0 lines) Patch
M html/token.go View 1 2 3 4 5 5 chunks +16 lines, -0 lines 0 comments Download
M html/token_test.go View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 5
piatek
Hello bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net/
11 years, 2 months ago (2014-01-02 21:08:49 UTC) #1
bradfitz
https://codereview.appspot.com/43190044/diff/80001/html/token.go File html/token.go (right): https://codereview.appspot.com/43190044/diff/80001/html/token.go#newcode1188 html/token.go:1188: func NewTokenizerMaxBuffer(r io.Reader, maxBuffer int) (z *Tokenizer) { Let's ...
11 years, 2 months ago (2014-01-03 17:41:37 UTC) #2
piatek
https://codereview.appspot.com/43190044/diff/80001/html/token.go File html/token.go (right): https://codereview.appspot.com/43190044/diff/80001/html/token.go#newcode1188 html/token.go:1188: func NewTokenizerMaxBuffer(r io.Reader, maxBuffer int) (z *Tokenizer) { On ...
11 years, 2 months ago (2014-01-03 18:00:59 UTC) #3
bradfitz
LGTM
11 years, 2 months ago (2014-01-03 21:15:26 UTC) #4
bradfitz
11 years, 2 months ago (2014-01-03 21:16:57 UTC) #5
*** Submitted as
https://code.google.com/p/go/source/detail?r=241993936603&repo=net ***

html: limit buffering during tokenization.

This is optional. By default, buffering is unlimited.

Fixes issue 7053

R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/43190044

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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