Commit History

Автор SHA1 Съобщение Дата
  Marcos Kirsch 2f2fb26782 Several fixes and code cleanup. Gzipped files now work. Indentation cleaned up, Other small fixes: преди 8 години
  Marcos Kirsch fbc6506faa Merged with main repository преди 8 години
  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. преди 8 години
  IntelliDust 1b8a1f7750 Added handling of watchdog for serving bigger files преди 8 години
  Philip Gladstone b4a2d02431 Fix the problem with the more modern SDK only allowing one outstanding преди 8 години
  Hazar Karabay b7f78481a2 File extension parsing fix преди 8 години
  Ryan Voots ef340bc82a Implement support for more arbitrary HTTP methods. Allows GET PUT and POST. With minor changes needed to support others преди 8 години
  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 преди 9 години
  Artem Pastukhov 489ecb2544 fix %.gz regexp преди 9 години
  Artem Pastukhov 6d608af486 Fix end of line преди 9 години
  Artem Pastukhov a51a4d929b Fixes, fixes преди 9 години
  Artem Pastukhov dd7aa55d96 Fixes преди 9 години
  Artem Pastukhov e9903863a9 Manual merge changes преди 9 години
  Artem Pastukhov da17c3b346 Merge branch 'master' of https://github.com/pastukhov/nodemcu-httpserver преди 9 години
  Artem Pastukhov a37de51189 some fixes преди 9 години
  Marcos Kirsch f09fe9a610 Fix typo: It's json not josn преди 9 години
  Artem Pastukhov 0120924403 Fix some typos преди 9 години
  Marcos Kirsch 4f6cd02b1f Fixes serving multiple connections simultaneously by reopening and scanning the file преди 9 години
  Marcos Kirsch b10a137712 Finally works when serving multiple files simultaneously. Still need to clan up преди 9 години
  Marcos Kirsch e571f19d81 Increase chunk size, improved traces for debugging purposes. преди 9 години
  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 преди 9 години