ovidiucp / TinyWebServer

Small web server for Arduino, fits in 10KB ROM, less than 512 bytes RAM
http://www.webweavertech.com/ovidiu/weblog/archives/000484.html
GNU Lesser General Public License v2.1
245 stars 65 forks source link

Try again #8

Closed Hardcore-fs closed 12 years ago

Hardcore-fs commented 12 years ago

seems the pull request went out wrong AGAIN from github

ovidiucp commented 12 years ago

Thanks! I merged your changes and fixed some minor code style issues.

Thanks again!

Ovidiu

On Fri, Jan 27, 2012 at 3:48 PM, Hardcore reply@reply.github.com wrote:

seems the pull request went out wrong AGAIN from github

You can merge this Pull Request by running:

 git pull https://github.com/Hardcore-fs/TinyWebServer master

Or you can view, comment on it, or merge it online at:

 https://github.com/ovidiucp/TinyWebServer/pull/8

-- Commit Summary --

  • corrected file name for IDE 1.0
  • Correctly initialize the value component of HeaderValue.
  • Cleanup and standardization of example files
  • Changed passed values for get_field reduced by one
  • Improved robustness of code , when no memory available
  • File upload timer was incorrectly sent

-- File Changes --

M TinyWebServer.cpp (86) M TinyWebServer.h (2) R Unittest/Unittest.ino (18) M examples/BlinkLed/BlinkLed.ino (48) M examples/FileUpload/FileUpload.ino (40) M examples/SimpleWebServer/SimpleWebServer.ino (29)

-- Patch Links --

 https://github.com/ovidiucp/TinyWebServer/pull/8.patch  https://github.com/ovidiucp/TinyWebServer/pull/8.diff


Reply to this email directly or view it on GitHub: https://github.com/ovidiucp/TinyWebServer/pull/8

Hardcore-fs commented 12 years ago

Thanks for taking the time to correct,

Which program do you use as an editor , it may help to get rid of future issues?

ovidiucp commented 12 years ago

On Sat, Jan 28, 2012 at 6:30 PM, Hardcore reply@reply.github.com wrote:

Thanks for taking the time to correct,

No problem. Thanks for taking the time to fix the issues in the first place :)

Which program do you use as an editor , it may help to get rid of future issues?

I'm old style, on Emacs.

Cheers, Ovidiu