Re: [hybi] workability (or otherwise) of HTTP upgrade

Julian Reschke <julian.reschke@gmx.de> Tue, 30 November 2010 11:02 UTC

Return-Path: <julian.reschke@gmx.de>
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 D4CF33A6C07 for <hybi@core3.amsl.com>; Tue, 30 Nov 2010 03:02:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -105.095
X-Spam-Level:
X-Spam-Status: No, score=-105.095 tagged_above=-999 required=5 tests=[AWL=-2.496, BAYES_00=-2.599, 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 1yzIfbd7Tr1E for <hybi@core3.amsl.com>; Tue, 30 Nov 2010 03:02:43 -0800 (PST)
Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.22]) by core3.amsl.com (Postfix) with SMTP id 7EB743A6B3F for <hybi@ietf.org>; Tue, 30 Nov 2010 03:02:41 -0800 (PST)
Received: (qmail invoked by alias); 30 Nov 2010 11:03:52 -0000
Received: from mail.greenbytes.de (EHLO [192.168.1.133]) [217.91.35.233] by mail.gmx.net (mp068) with SMTP; 30 Nov 2010 12:03:52 +0100
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX18DrkpU1/oDXs4lseaTF9G1lGcB+52t46FVlQwc5m MHS2AeNQyA4Bpu
Message-ID: <4CF4DA13.9030603@gmx.de>
Date: Tue, 30 Nov 2010 12:03:47 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6
MIME-Version: 1.0
To: "Eric J. Bowman" <eric@bisonsystems.net>
References: <AANLkTin6=8_Bhn2YseoSHGh1OSkQzsYrTW=fMiPvYps1@mail.gmail.com> <20101126000352.ad396b9a.eric@bisonsystems.net> <4CEFB723.508@gmx.de> <20101129182941.b7c57817.eric@bisonsystems.net>
In-Reply-To: <20101129182941.b7c57817.eric@bisonsystems.net>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: hybi <hybi@ietf.org>, HTTP Working Group <ietf-http-wg@w3.org>
Subject: Re: [hybi] workability (or otherwise) of HTTP upgrade
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
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: Tue, 30 Nov 2010 11:02:43 -0000

On 30.11.2010 02:29, Eric J. Bowman wrote:
> Julian Reschke wrote:
>>
>>>
>>> My suggested fixes to 9.8, based on the notion that HTTP 1.0, 1.1
>>> and 2.0, and PTTH 1.0, are not "incompatible" protocols:
>>> ...
>>
>> Not convinced.
>>
>> If the protocol is compatible, you don't need "Upgrade" in the first
>> place.
>>
>
> Two issues here.  One, is whether Upgrade should be a general-purpose
> protocol tunneling mechanism vs. an HTTP-specific versioning mechanism.
> Two, is how to change the wording.  There are probably specific terms
> which describe exactly what I'm getting at, in languages other than
> English (you Germans probably have an absurdly-long compound word that
> captures exactly what I'm trying to say :-).

:-)

>> So, HTTP/2.0 *will* need upgrade, if you start the conversation using
>> HTTP 1.*.
>>
>
> Of course.  I'm not arguing against Upgrade as a versioning mechanism
> for HTTP and HTTP-ish protocols.  I can't imagine that HTTP 2.0 would
> abandon the request/response or resource/representation paradigms,
> which I'm suggesting be a requirement for protocols bound to port 80.
> ...

It's not clear to me where you want to draw the line.

- Uprade to TLS is already defined (although not really used), and 
changes the message framing

- Things like SPDY and/or Waka will have binary headers, so will have no 
on-the wire resemblance to HTTP messages

- I can easily imagine that HTTP/2.0 could add server-initiated messages.

If these things qualify as HTTP/2.0 features, why not allow other 
protocols to use same mechanism?

Best regard, Julian