Re: [hybi] I-D Action:draft-ietf-hybi-thewebsocketprotocol-01.txt

Brian McKelvey <theturtle32@gmail.com> Tue, 14 September 2010 20:53 UTC

Return-Path: <theturtle32@gmail.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 C322E3A6A73 for <hybi@core3.amsl.com>; Tue, 14 Sep 2010 13:53:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.203
X-Spam-Level:
X-Spam-Status: No, score=-1.203 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, MIME_QP_LONG_LINE=1.396]
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 I28MjlAawHih for <hybi@core3.amsl.com>; Tue, 14 Sep 2010 13:53:45 -0700 (PDT)
Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by core3.amsl.com (Postfix) with ESMTP id B90A73A69C5 for <hybi@ietf.org>; Tue, 14 Sep 2010 13:53:40 -0700 (PDT)
Received: by pwi1 with SMTP id 1so3430755pwi.31 for <hybi@ietf.org>; Tue, 14 Sep 2010 13:54:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:in-reply-to :mime-version:content-transfer-encoding:content-type:message-id:cc :x-mailer:from:subject:date:to; bh=1V+dDD+tIX9dr4PHHVI/X2PirTnbsx8oAlSRZSpBClI=; b=T5DvNBttim7V5JJ7ZXhrZqHV2jLrsJlXrkj8oQSEM4e9e1Oj+4SBXMDGsKkEXC8iZy ejs+rQhYpWdC1Pta4Qk49XTcmSe1uaLXTBUu4OON9r9IDre687K7J/BGKrx/lsiar0Ug 4fY8CHHmU7qyJgsumoK9cl0Yn3vmP2rLkg0FI=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; b=PnmZNAnYsmY2C5S72j26ec3ZxjoRuqXOqefKeH7eFL2JfHDSO95ZqcTpx0obm55qQs iHeyAd4UHR0tPiogdkzQEm3k9PKQdig21LQyY0ffKhDETONnhBWQLm/+PHTcH//f7LMk MxQ5db2KoQDRDc2d376oIilqnayAoE3jXRPxo=
Received: by 10.114.36.1 with SMTP id j1mr591365waj.141.1284497646380; Tue, 14 Sep 2010 13:54:06 -0700 (PDT)
Received: from [10.10.106.234] ([166.205.136.229]) by mx.google.com with ESMTPS id s5sm976201wak.0.2010.09.14.13.54.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 14 Sep 2010 13:54:05 -0700 (PDT)
References: <20100901224502.0519B3A687C@core3.amsl.com> <AANLkTi=u3t6ayoKQSs8oZu=gdaU5k_+UuKjSQfg+3ATb@mail.gmail.com> <20100903152557.GC20635@1wt.eu>
In-Reply-To: <20100903152557.GC20635@1wt.eu>
Mime-Version: 1.0 (iPhone Mail 8B117)
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="us-ascii"
Message-Id: <F831FAA2-86FA-490A-AF5A-76A5810E68D7@gmail.com>
X-Mailer: iPhone Mail (8B117)
From: Brian McKelvey <theturtle32@gmail.com>
Date: Tue, 14 Sep 2010 13:54:36 -0700
To: Willy Tarreau <w@1wt.eu>
Cc: "hybi@ietf.org" <hybi@ietf.org>
Subject: Re: [hybi] I-D Action:draft-ietf-hybi-thewebsocketprotocol-01.txt
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, 14 Sep 2010 20:53:48 -0000

I did exactly the same thing for my project.  Modified Socket.IO-node to work behind haproxy.  github.com/theturtle32

Sent from my iPhone

On Sep 3, 2010, at 8:25 AM, Willy Tarreau <w@1wt.eu> wrote:

> Hi Ian,
> 
> On Wed, Sep 01, 2010 at 03:55:09PM -0700, Ian Fette (????????????????????????) wrote:
>> The handshake in -01 is the same as in -00. There are certainly open issues
>> against the handshake, and I do not mean to dismiss them, they simply are
>> not addressed in this draft.
> 
> FWIW, today I got another report of a user who had to modify his server
> implementation of the handshake to support a reverse-proxy. He just had
> to make the server respond to the headers and then read the 8-bytes key3
> and emit the hash and that fixed the issue for him.
> 
> Just wanted to let you know.
> 
> Regards,
> Willy
> 
> _______________________________________________
> hybi mailing list
> hybi@ietf.org
> https://www.ietf.org/mailman/listinfo/hybi