Re: [hybi] -05 editorial nits (future compression and random redundancy)

Ian Fette (イアンフェッティ) <ifette@google.com> Sat, 12 February 2011 02:17 UTC

Return-Path: <ifette@google.com>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E954E3A69EE for <hybi@core3.amsl.com>; Fri, 11 Feb 2011 18:17:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.676
X-Spam-Level:
X-Spam-Status: No, score=-102.676 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Y93GmZjMVjY for <hybi@core3.amsl.com>; Fri, 11 Feb 2011 18:17:41 -0800 (PST)
Received: from smtp-out.google.com (smtp-out.google.com [74.125.121.67]) by core3.amsl.com (Postfix) with ESMTP id B4DCD3A6849 for <hybi@ietf.org>; Fri, 11 Feb 2011 18:17:40 -0800 (PST)
Received: from wpaz24.hot.corp.google.com (wpaz24.hot.corp.google.com [172.24.198.88]) by smtp-out.google.com with ESMTP id p1C2Ht8A001213 for <hybi@ietf.org>; Fri, 11 Feb 2011 18:17:55 -0800
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1297477075; bh=HV9Zl7KGtN6arpoAjMs12hcAFRk=; h=MIME-Version:Reply-To:In-Reply-To:References:Date:Message-ID: Subject:From:To:Cc:Content-Type; b=eQhMAwuRg95EIu4kvLppmTYaHO5dFtPbICqrmaGTv3l0VhTl2rycDhgiOEwmFsLNj oEnnE0Z3JJatIaXG6561g==
Received: from iwn6 (iwn6.prod.google.com [10.241.68.70]) by wpaz24.hot.corp.google.com with ESMTP id p1C2Hr52025155 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for <hybi@ietf.org>; Fri, 11 Feb 2011 18:17:54 -0800
Received: by iwn6 with SMTP id 6so3975642iwn.15 for <hybi@ietf.org>; Fri, 11 Feb 2011 18:17:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=6KULOxf3t38ol/sky4bUiFrhApLGZ+rXiBA68jr7yMo=; b=omTgvlFRReo+p7FGtUgAfzGw8xPnKUqHAPDzW+pLoz2SQSeAU4MhLoJ3D0tGGBucCB 0TuV3ySXkQS5PX0fJ31g==
DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=vuZhvFTYOqSx2UpQWKReW96pBcnCoRpxfZJByu6MPNr2fJPdAAsvgNJzR57q5ZCHY2 UN7DVQY953/ymE4C8gTA==
MIME-Version: 1.0
Received: by 10.231.36.205 with SMTP id u13mr898997ibd.155.1297477073592; Fri, 11 Feb 2011 18:17:53 -0800 (PST)
Received: by 10.231.37.133 with HTTP; Fri, 11 Feb 2011 18:17:53 -0800 (PST)
In-Reply-To: <1297443631.2401.142.camel@ds9.ducksong.com>
References: <1297443631.2401.142.camel@ds9.ducksong.com>
Date: Fri, 11 Feb 2011 18:17:53 -0800
Message-ID: <AANLkTim0ZUNaUgNYU7N55KUFJLuXibHfur-jrgeE9n7c@mail.gmail.com>
From: "Ian Fette (イアンフェッティ)" <ifette@google.com>
To: "Pat McManus @Mozilla" <mcmanus@ducksong.com>
Content-Type: multipart/alternative; boundary="0022152d60191360ff049c0c6c11"
X-System-Of-Record: true
Cc: hybi <hybi@ietf.org>
Subject: Re: [hybi] -05 editorial nits (future compression and random redundancy)
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: ifette@google.com
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 12 Feb 2011 02:17:42 -0000

The "randomly selected randomly" is already fixed in svn, the other I will
address tomorrow, currently on a layover at Minneapolis coming back from a
conference...

-Ian

On Fri, Feb 11, 2011 at 9:00 AM, Pat McManus @Mozilla
<mcmanus@ducksong.com>wrote:

> I think -05 is great, we're really converging on something useful.
>
> These are 2 small editorial issues from my last reading of it. Can we
> add these to the tracker?
>
> Section 1.5: "future versions will
>   likely introduce additional concepts such as multiplexing and
>   compression." .. This version introduces compression.
>
> and then:
>
> page 25 and page 30: the phrase "randomly selected randomly" seems to be
> cut and paste error?
>
>
>
> --
> http://www.getfirefox.com/
>
>
> _______________________________________________
> hybi mailing list
> hybi@ietf.org
> https://www.ietf.org/mailman/listinfo/hybi
>