Marcos Kirsch
|
1b14a516aa
|
Fix bugs for newer nodemcu-firmware: new firmware does not allow queuing multiple connection:send() operations. These changes ensure we yield after every send except the last one.
|
2016-02-15 13:52:01 -06:00 |
|
Samuel A. Dieck
|
be63ee0093
|
Added basic auth. Added static settings file
|
2015-07-18 23:17:14 -05:00 |
|
Marcos Kirsch
|
ead632d131
|
Refactoring - function for sending headers is now in its own file. All errors are sent using coroutine. Some other memory usage improvements
|
2015-04-19 23:42:58 -05:00 |
|
Marcos Kirsch
|
76c2895f04
|
Minimum changes to print formatting
|
2015-04-18 23:15:10 -05:00 |
|
Marcos Kirsch
|
77920f4a94
|
Big refactoring: server now uses a separate thread that yields and then resumes on 'sent'. This allows us to serve large files. Moved serving of error pages and serving of static files into separate scripts httpserver-error.lua and httpserver-static.lua
|
2015-02-28 16:39:06 -06:00 |
|