keplerproject / wsapi

WSAPI is an API that abstracts the web server from Lua web applications.
http://keplerproject.github.io/wsapi
74 stars 33 forks source link

Fix receiver:read() function. #15

Closed ignacio closed 11 years ago

ignacio commented 11 years ago

string.sub second argument must be an index, not the length of the substring to extract.

refs #14

ignacio commented 11 years ago

I closed this since I learnt how to convert an issue into a pull-request.

http://codeinthehole.com/writing/converting-github-issues-into-pull-requests/