nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.62k stars 3.12k forks source link

Improve a simple HTTP server example in README. #3548

Closed stawiski closed 1 year ago

stawiski commented 1 year ago

Hi,

The simple HTTP server example which is the first thing people see going to the main page of the repo could be slightly improved with couple of simple changes like adding Connection: close or Content-Length.

Cheers

marcelstoer commented 1 year ago

That's a well-meant but dangerous "improvement", see https://nodemcu.readthedocs.io/en/latest/modules/net/#note.

stawiski commented 1 year ago

That's a well-meant but dangerous "improvement", see https://nodemcu.readthedocs.io/en/latest/modules/net/#note.

Ok thanks, that's an easy fix to combine it to one send. Will post an update.