SeeedJP / WioLTEforArduino

GNU General Public License v2.0
33 stars 19 forks source link

Modify on Connection header #29

Closed ma2shita closed 4 years ago

ma2shita commented 4 years ago

keep-alive in Connection header is a header that is generally aimed at improving the speed and efficiency of a browser that downloads multiple files in parallel. The server is opening the socket, there is a problem that it is not possible to proceed to the next process. This fix has been made to specify that the socket is closed from the server side by specifying close (this is the standard behavior of HTTP 1.0).