Skip to content

fix(http1/2): only spawning one HTTP server

Raphael Defosseux requested to merge fix-single-http-spawning into develop

When testing w/ YAML common file, it does spawn first HTTP/1 and then HTTP/2 servers on the same port.

Since all our tutorials are on HTTP/2, AMF cannot talk on any other NFs.

Merge request reports