Re: [hybi] Versioning is a anti-pattern

James Graham <jgraham@opera.com> Fri, 03 September 2010 06:46 UTC

Return-Path: <jgraham@opera.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 EBA4C3A67FD for <hybi@core3.amsl.com>; Thu, 2 Sep 2010 23:46:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.461
X-Spam-Level:
X-Spam-Status: No, score=-6.461 tagged_above=-999 required=5 tests=[AWL=0.138, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
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 D2f7iGDzvBt6 for <hybi@core3.amsl.com>; Thu, 2 Sep 2010 23:46:55 -0700 (PDT)
Received: from smtp.opera.com (smtp.opera.com [213.236.208.81]) by core3.amsl.com (Postfix) with ESMTP id 467943A67FE for <hybi@ietf.org>; Thu, 2 Sep 2010 23:46:54 -0700 (PDT)
Received: from sirius.linkoping.osa (sgw-oslo2.opera.com [213.236.208.46]) (authenticated bits=0) by smtp.opera.com (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o836lKSH027875 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Sep 2010 06:47:23 GMT
Date: Fri, 03 Sep 2010 08:47:19 +0200
From: James Graham <jgraham@opera.com>
X-X-Sender: james@sirius
To: Greg Wilkins <gregw@webtide.com>
In-Reply-To: <AANLkTikkGGJ1dhzP7z-qnxiAs_Bus8rEecV0YBO9Uw5N@mail.gmail.com>
Message-ID: <alpine.DEB.2.00.1009030843230.25862@sirius>
References: <20100901224502.0519B3A687C@core3.amsl.com> <AANLkTikP1CF22fL0rBniXmrxEoBAbTNfzP9kyiNA4nbb@mail.gmail.com> <AANLkTi=_1m36ThFZTH_aGE_Unz0KTeexJq_74UGr2j+u@mail.gmail.com> <alpine.DEB.2.00.1009022022090.7470@tvnag.unkk.fr> <AANLkTinyQUYn_zRZKPC0Gp7MeT13O2jhXu1EyNLOojXR@mail.gmail.com> <AANLkTikkGGJ1dhzP7z-qnxiAs_Bus8rEecV0YBO9Uw5N@mail.gmail.com>
User-Agent: Alpine 2.00 (DEB 1167 2008-08-23)
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-635814378-1283496443=:25862"
Cc: hybi <hybi@ietf.org>
Subject: Re: [hybi] Versioning is a anti-pattern
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: Fri, 03 Sep 2010 06:46:57 -0000


On Fri, 3 Sep 2010, Greg Wilkins wrote:

> On 3 September 2010 07:42, David Orchard <orchard@pacificspirit.com> wrote:
>> A lack of versioning, and I don't mean just using identifiers, is
>> pretty risky.  Interesting question as to whether HTTP version
>> identifiers have helped or not, and I tend to think they have helped.
>
> HTTP servers deployed in the wild stills sees a significant proportion
> of HTTP/1.0 traffic, but mostly HTTP/1.1. There is still even a few
> HTTP/0.9 (== no version) requests, but those are mostly me using
> telnet to get a REST resource (because I can't remember the args to
> curl).
>
> The difference in protocol behaviour between these 3 versions is
> significant and it would be neigh impossible for a server to service
> the variety of clients deployed without a version. Supporting 3
> versions of the protocol does complicate the server, but there is no
> other choice as you cannot force web clients to upgrade (nor me to
> remember the args to curl)

So, to makw sure I understand you correctly, you are proposing that future 
clients and servers support *all* the versions of the draft that have ever 
seen non-trivial deployment (possibly including hixie-75, likely including 
hixie-76, and presumably including more future versions that happen to 
line up with significant client releases)?