[hybi] Multiple connections serialization and proxies

Wellington Fernando de Macedo <wfernandom2004@gmail.com> Wed, 21 April 2010 18:56 UTC

Return-Path: <wfernandom2004@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 BDBD83A6B76 for <hybi@core3.amsl.com>; Wed, 21 Apr 2010 11:56:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.141
X-Spam-Level:
X-Spam-Status: No, score=-1.141 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, MIME_HTML_ONLY=1.457]
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 nIJSVb6Yeq9a for <hybi@core3.amsl.com>; Wed, 21 Apr 2010 11:56:06 -0700 (PDT)
Received: from mail-pv0-f172.google.com (mail-pv0-f172.google.com [74.125.83.172]) by core3.amsl.com (Postfix) with ESMTP id F40D93A6C51 for <hybi@ietf.org>; Wed, 21 Apr 2010 11:52:33 -0700 (PDT)
Received: by pvg7 with SMTP id 7so638310pvg.31 for <hybi@ietf.org>; Wed, 21 Apr 2010 11:52:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=dNgDc25zykwnir01MvPTW+a18uUDjAhXJ+lbA7GCvXo=; b=ZxIIPi75eVLSrFMKuUYj2CJZhiKMyjcU/r+/6u8G7usbkOjVnQ7GTnFKbLVSEfBKpp h/pWkbSo1h5/nI61VRQXilnwuHwc5+QafZL1EmeFw6uAt3WfGAEQ3xm+HQ8TJU2bauW1 ag7YijGNaqKXqjJFOsa/SfPqd9Mi7kVt6bKqU=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=daCUthu8ukoIToogMsZrwK+igKSe3NLVRupYfp6cwSoER+Y753TsuyX2A6CQ+gvZ0V PQ00+ClK1T95JpLs5ORUkpAChHIM0bOPm9l8A4XN6w0b4ZBaHik5yRI6vH1upXNWDayc DR0bneKfxY2KWvtGKRXU37he04AhpppYRtBXM=
Received: by 10.141.88.16 with SMTP id q16mr3144049rvl.156.1271875941364; Wed, 21 Apr 2010 11:52:21 -0700 (PDT)
Received: from [192.168.1.21] (www.simucad.dep.ufscar.br [200.136.228.238]) by mx.google.com with ESMTPS id 23sm258757ywh.12.2010.04.21.11.52.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 11:52:20 -0700 (PDT)
Message-ID: <4BCF4932.8040303@gmail.com>
Date: Wed, 21 Apr 2010 15:51:30 -0300
From: Wellington Fernando de Macedo <wfernandom2004@gmail.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4
MIME-Version: 1.0
To: hybi@ietf.org
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Subject: [hybi] Multiple connections serialization and proxies
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: Wed, 21 Apr 2010 18:56:09 -0000

Hi,

A question has been raised in the Mozilla implementation. The spec states:

   1.   If the user agent already has a WebSocket connection to the
        remote host (IP address) identified by /host/, even if known by
        another name, wait until that connection has been established or
        for that connection to have failed.
However, when the WS is under proxies, we can't leak the host names to the DNS server. In this case, what should be done? I think the spec should clarify this.

Wellington.