-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
[REQUIRED] Environment info
firebase-tools: 8.9.0
Platform: macOS high sierra version 10.13.6
[REQUIRED] Test case
firebase serve
[REQUIRED] Steps to reproduce
Run firebase init
to create a basic project using default settings and then run firebase serve
. All resources are served as http1.1, however firebase hosting is supposed to use http2.
[REQUIRED] Expected behavior
The local development server which is started by firebase serve
uses http2.
[REQUIRED] Actual behavior
The local development server which is started by firebase serve
uses http1.1.
abraham