[http-devops] HTTP/2 test page

Gábor Molnár <gabor.molnar@sch.bme.hu> Wed, 18 September 2013 09:05 UTC

Return-Path: <gabor.molnar@sch.bme.hu>
X-Original-To: http-devops@ietfa.amsl.com
Delivered-To: http-devops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 02CE611E820D for <http-devops@ietfa.amsl.com>; Wed, 18 Sep 2013 02:05:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.545
X-Spam-Level:
X-Spam-Status: No, score=-4.545 tagged_above=-999 required=5 tests=[AWL=-1.464, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, HELO_EQ_HU=1.35, HOST_EQ_HU=1.245, HTML_MESSAGE=0.001, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-4]
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 rnrbgqREc--U for <http-devops@ietfa.amsl.com>; Wed, 18 Sep 2013 02:05:32 -0700 (PDT)
Received: from balu.sch.bme.hu (balu.sch.bme.hu [152.66.208.40]) by ietfa.amsl.com (Postfix) with ESMTP id 6D61911E8211 for <http-devops@ietf.org>; Wed, 18 Sep 2013 02:05:28 -0700 (PDT)
Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by balu.sch.bme.hu (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTPSA id <0MTB005JPD91HX00@balu.sch.bme.hu> for http-devops@ietf.org; Wed, 18 Sep 2013 11:05:26 +0200 (CEST)
Received: by mail-ie0-f175.google.com with SMTP id e14so11679138iej.6 for <http-devops@ietf.org>; Wed, 18 Sep 2013 02:05:25 -0700 (PDT)
Received: by 10.64.10.66 with HTTP; Wed, 18 Sep 2013 02:05:05 -0700 (PDT)
X-Received: by 10.43.162.136 with SMTP id mk8mr7016999icc.9.1379495125200; Wed, 18 Sep 2013 02:05:25 -0700 (PDT)
Date: Wed, 18 Sep 2013 11:05:05 +0200
From: Gábor Molnár <gabor.molnar@sch.bme.hu>
To: http-devops@ietf.org
Message-id: <CA+KJw_4D3s6CQq_viA7c9tD_dNJqpeKE4OYdQhOddszygSoZFQ@mail.gmail.com>
MIME-version: 1.0
Content-type: multipart/alternative; boundary="Boundary_(ID_7OmBI/BEjUD9k4QuQpvEWg)"
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=mNBKjlcPL8UmTZrVeClQkBfKh6uN0zkpXnIAMTSRxxY=; b=Z7aBprHOQ+dwM7sYTqfFRo/hLwYqk3luB6joERGZ2IG8v4gjYTwagKsk53XQqK0tlf Xqil4rMakl3uY8R9eNB7AQFBJZTLAKd9dxa2QYgEe6rHfMo5vEwuNytw3TM4CvZKXIl2 RrTxO1sZOzv8L82ouXIdOSfk/ebc1FIKgWC8GRkwiMdPNnhhJX4scVb85vkkeqs91AWw n+7rmfglK/WTxsUlIOL++MOsbPAfopzdY/Igmpk3HEDOBMOTLDa+KG3sMqDo03GHoS80 piTiLrzqA4Bxnj1v3qeH6YV9dCbBHjAmRxLx+ywIwVfZrI5GqHIZQxlvMeVTTD0S1P3J auDA==
Cc: Nicholas Hurley <hurley@mozilla.com>, Fred Akalin <akalin@google.com>, Patrick McManus <pmcmanus@mozilla.com>, Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Subject: [http-devops] HTTP/2 test page
X-BeenThere: http-devops@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Discussion about operation, deployment and testing of HTTP" <http-devops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/http-devops>, <mailto:http-devops-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/http-devops>
List-Post: <mailto:http-devops@ietf.org>
List-Help: <mailto:http-devops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/http-devops>, <mailto:http-devops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 18 Sep 2013 09:05:37 -0000

Hello list,

I started a HTTP/2 testing project based on node-http2 (as part of my GSoC
project), and thought it would be useful for many HTTP/2 client
implementors. It's called http2-testpage, and the code is available here:
https://github.com/molnarg/http2-testpage

It is now mainly focused on testing error scenarios, since that's something
that is hard to test without custom server software, but I hope to test
other parts of the protocol, too, in the future.

Pull requests and test case suggestions (as GitHub issues, or here on the
list) are welcome! I would also like to hear if some error scenarios would
be more important to test than others (for example scenarios that will be
very rare in the wild).

  Gábor