Re: [hybi] I-D Action:draft-ietf-hyb / libwebsockets updated to 05 framing

Andy Green <andy@warmcat.com> Thu, 10 February 2011 09:49 UTC

Return-Path: <andy.warmcat.com@googlemail.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 985653A6929 for <hybi@core3.amsl.com>; Thu, 10 Feb 2011 01:49:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
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 eEGJCpCTIv28 for <hybi@core3.amsl.com>; Thu, 10 Feb 2011 01:49:00 -0800 (PST)
Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) by core3.amsl.com (Postfix) with ESMTP id 4DDE93A6885 for <hybi@ietf.org>; Thu, 10 Feb 2011 01:49:00 -0800 (PST)
Received: by wwa36 with SMTP id 36so1167622wwa.13 for <hybi@ietf.org>; Thu, 10 Feb 2011 01:49:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=LAx0Ujh3qS7737bc3+pRoyavQ2Yg5KKwQkpAhPe6IeI=; b=v8iti7Sh23XgWnO3gk7tdkhwKQU3s+qHLD+NuNY1G7eb0Q3I3fsmvCF00V54dof7oI lNs6iCrEo34Dlxq95GrdDFfAa38vqtg7pXQyuS/LQcuw+sS6sBu6EaeSZCp3ohaT8Kkv qKkeQzs8fLlwww9dSVY8oBjYj3j6xj4CkGIVo=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=JM7dTTkQKMJrd/7zy88AU7bn5L/gQ1Q9ehcCcPbEUu8fUTrVPSCLf6zHEJtKG22y9l 9QBpC2CxU3JuKojUXYsYYxdSEAt43UwbLlsOvBsnFP8cimuF3Gf6Qc5uvx+MHJBYVQrK cjM6fdqvCYYvd3+XtiKCW6WXFOZnvo8TGUOHw=
Received: by 10.227.201.5 with SMTP id ey5mr3317747wbb.182.1297331350945; Thu, 10 Feb 2011 01:49:10 -0800 (PST)
Received: from [192.168.1.4] (cpc1-nrte21-2-0-cust677.8-4.cable.virginmedia.com [81.111.78.166]) by mx.google.com with ESMTPS id w25sm1085532wbd.11.2011.02.10.01.49.09 (version=SSLv3 cipher=RC4-MD5); Thu, 10 Feb 2011 01:49:09 -0800 (PST)
Sender: Andy Green <andy.warmcat.com@googlemail.com>
Message-ID: <4D53B495.8050608@warmcat.com>
Date: Thu, 10 Feb 2011 09:49:09 +0000
From: Andy Green <andy@warmcat.com>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101217 Fedora/3.1.7-0.39.b3pre.fc15 Thunderbird/3.1.7
MIME-Version: 1.0
To: Hybi <hybi@ietf.org>
References: <20110208231502.31262.8249.idtracker@localhost> <4D52584A.4070000@warmcat.com>
In-Reply-To: <4D52584A.4070000@warmcat.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [hybi] I-D Action:draft-ietf-hyb / libwebsockets updated to 05 framing
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: Thu, 10 Feb 2011 09:49:01 -0000

On 02/09/11 09:03, Somebody in the thread at some point said:

> Ran out of time to do the new close stuff before "real work" must start
> but otherwise it's probably a useful sparring partner for other client
> or server implementations.
>
> http://git.warmcat.com/cgi-bin/cgit/libwebsockets/

The 05 CLOSE stuff on client and server is added earlier thismorning so 
it should be a reasonably complete 05 implementation now.

-Andy