Re: [hybi] [permessage-deflate] Renaming s2c_ and c2s_ prefix to server_ and client_

Tobias Oberstein <tobias.oberstein@tavendo.de> Wed, 09 October 2013 08:14 UTC

Return-Path: <tobias.oberstein@tavendo.de>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A6A8721F9E80 for <hybi@ietfa.amsl.com>; Wed, 9 Oct 2013 01:14:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level:
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[AWL=-0.000, BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1OY19WtxMst3 for <hybi@ietfa.amsl.com>; Wed, 9 Oct 2013 01:14:38 -0700 (PDT)
Received: from EXHUB020-4.exch020.serverdata.net (exhub020-4.exch020.serverdata.net [206.225.164.31]) by ietfa.amsl.com (Postfix) with ESMTP id 4BE0211E814E for <hybi@ietf.org>; Wed, 9 Oct 2013 01:14:32 -0700 (PDT)
Received: from EXVMBX020-12.exch020.serverdata.net ([169.254.3.210]) by EXHUB020-4.exch020.serverdata.net ([206.225.164.31]) with mapi; Wed, 9 Oct 2013 01:14:31 -0700
From: Tobias Oberstein <tobias.oberstein@tavendo.de>
To: Takeshi Yoshino <tyoshino@google.com>, "hybi@ietf.org" <hybi@ietf.org>
Date: Wed, 09 Oct 2013 01:14:25 -0700
Thread-Topic: [hybi] [permessage-deflate] Renaming s2c_ and c2s_ prefix to server_ and client_
Thread-Index: Ac7ExozKXxqJ7NJtQb614Lr8H94wRgAAHUMw
Message-ID: <634914A010D0B943A035D226786325D44468A0021B@EXVMBX020-12.exch020.serverdata.net>
References: <CAH9hSJant3VBw0FBM69V9wPvi3WmJLikZdX4ySELy+CShgoOKA@mail.gmail.com>
In-Reply-To: <CAH9hSJant3VBw0FBM69V9wPvi3WmJLikZdX4ySELy+CShgoOKA@mail.gmail.com>
Accept-Language: de-DE, en-US
Content-Language: de-DE
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: de-DE, en-US
Content-Type: multipart/alternative; boundary="_000_634914A010D0B943A035D226786325D44468A0021BEXVMBX02012ex_"
MIME-Version: 1.0
Subject: Re: [hybi] [permessage-deflate] Renaming s2c_ and c2s_ prefix to server_ and client_
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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, 09 Oct 2013 08:14:43 -0000

I have no strong opinion either. But if we change, then now (before Chrome gets shipped with compression enabled ..)

/Tobias

Von: hybi-bounces@ietf.org [mailto:hybi-bounces@ietf.org] Im Auftrag von Takeshi Yoshino
Gesendet: Mittwoch, 9. Oktober 2013 10:07
An: hybi@ietf.org
Betreff: [hybi] [permessage-deflate] Renaming s2c_ and c2s_ prefix to server_ and client_

(Splitting into an independent thread)

Joakim suggested that we should rename them.
http://www.ietf.org/mail-archive/web/hybi/current/msg10201.html
 > Since all websocket communications are initiated by client to server
 > these should just be s/s2c_/server_/g and s/c2s_/client_/g

Initially, I chose these prefixes to make it easy to understand that they're attributes for each direction by including source and destination explicitly. But server_ and client_ are not so confusing, too. As these parameters are request about the peer's output, everyone should understand X_no_context_takeover and X_max_window_bits as parameters instructing compressor of X.

If we do this, we should do this right now. I don't have strong opinion about this change. If there's no objection, I'll take it.