Skip to content
Commit 59dea023 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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: default avatarJo-Philipp Wich <jo@mein.io>
parent f52c8d0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment