You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Http2 is supported on the server side for a long time but the client is still working in progress. To enable Http2 on server side, the user has to added enableHttp2: true in server.yml manually. Now we are adding this into the server.yml template so that users can specify if they want http2 enabled in the generator config.json.
The text was updated successfully, but these errors were encountered:
Currently, http2 is enabled by default in the server.yml template. Will re-evaluate later if we need to make it configurable. So far I don't see any negative impact to enable it by default.
Http2 is supported on the server side for a long time but the client is still working in progress. To enable Http2 on server side, the user has to added enableHttp2: true in server.yml manually. Now we are adding this into the server.yml template so that users can specify if they want http2 enabled in the generator config.json.
The text was updated successfully, but these errors were encountered: