diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-04-18 11:36:53 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-04-18 16:21:27 +0200 |
commit | 59dea0230cbbea75459c4e61d1da64629d1da31b (patch) | |
tree | 00370d418efdaf0d4d07eb941911072596f416f2 /libs | |
parent | f52c8d0b7f0eeec4259992182103d859f454639b (diff) |
luci-base: switch to lucihttp based POST data processing
Use the liblucihttp provided multipart and x-www-urlencoded body parsers
and drop the old Lua parsing code.
The C based data parsers are way faster than their old Lua counterparts
while producing less string garbage and more correct results.
While refactoring the luci.http.protocol code, also drop unused functions
and dead code, heavily reducing the module size.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'libs')
0 files changed, 0 insertions, 0 deletions