How to reduce the number of network connections using HTTP / 1.0 on a web server for embedded devices? Since the device has limitations up to 3 connections. I use create-react-app to start a project. There is no possibility to use HTTP / 2 on the side of the device, only HTTP / 1.0. Number of connections from HTTP / 2:

enter image description here

Number of connections from HTTP / 1:

enter image description here

    0