webmcp
log
| age | author | description | 
|---|---|---|
| 2015-03-24 | jbe | Set default value of max requests per fork to 200 instead of 100 | 
| 2015-03-24 | jbe | merge | 
| 2015-03-24 | jbe | Updated error message for accidentally setting globals | 
| 2015-03-24 | bsw | Updated trace style of demo app | 
| 2015-03-24 | jbe | Bugfix in request.get_param{...} | 
| 2015-03-24 | jbe | Modified error message when setting global variable | 
| 2015-03-24 | jbe | 404 handling of unroutable requests | 
| 2015-03-24 | jbe | Bugfix regarding request_per_connection counting; Use new :close_after_finish() method of Moonbridge | 
| 2015-03-24 | jbe | Discard process after error | 
| 2015-03-24 | jbe | Bugfix in mcp.lua regarding passing http_options | 
| 2015-03-24 | jbe | Autodoc comments improved | 
| 2015-03-23 | jbe | Root __init.lua function must not set global variables without _G now; Documentation for "_" function added |