<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>176483</bug_id>
          
          <creation_ts>2017-09-06 17:00:14 -0700</creation_ts>
          <short_desc>Provide an HTTP/2 LayoutTest server</short_desc>
          <delta_ts>2020-02-12 12:54:30 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=207656</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joseph Pecoraro">joepeck</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>achristensen</cc>
    
    <cc>ap</cc>
    
    <cc>basuke</cc>
    
    <cc>jbedard</cc>
    
    <cc>joepeck</cc>
    
    <cc>lforschler</cc>
    
    <cc>youennf</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1346158</commentid>
    <comment_count>0</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2017-09-06 17:00:14 -0700</bug_when>
    <thetext>It would be useful to have an HTTP/2 server for LayoutTests to test various web features.

1. Test differences between HTTP/1.1 and HTTP/2
2. Test Web APIs that expose networking details

For example:

• Resource Timing Entries include the `nextHopProtocol` to describe the networking protocol used (`http1/1`, `h2`, etc)
&lt;https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-nexthopprotocol&gt;

• Fetch Response `statusText` property tests the HTTP status message (HTTP/2 doesn&apos;t have this)
&lt;https://webkit.org/b/176479&gt;

Notes:

Apache has a guide for including HTTP/2 support:
&lt;https://httpd.apache.org/docs/2.4/howto/http2.html&gt;

Interestingly you can limit support to a VirtualHost, so maybe we could keep one apache instance and just enable a virtual host in a different http2 subdirectory.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1618176</commentid>
    <comment_count>1</comment_count>
    <who name="Basuke Suzuki">basuke</who>
    <bug_when>2020-02-12 12:54:30 -0800</bug_when>
    <thetext>We really need this environment. Same thing with WebSocket server, using python to implement H2 server?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>