luci/modules
Karl Palsson 22f687d0b1 http.protocol: Support filehandlers for unhandled encodings
The setfilehandler() functions used for mime and url encoded message
bodies all operate with a signature of fh(meta, chunk, eof), but for
unhandled encodings, the callback was directly assigned to the sink
function, which has a signature of snk(chunk).  Insert a wrapper to
properly generate the EOF flag, and include a stub "meta" block
providing a virtual "name" and also the original client provided
Content-Type header, to possibly help with taking alternative actions in
the file handler.

The sink function created for raw content decoding also used the wrong
signature for the sink function.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-08-18 17:53:30 +02:00
..
luci-base http.protocol: Support filehandlers for unhandled encodings 2015-08-18 17:53:30 +02:00
luci-mod-admin-full Fix: A disabled wireless network may be shown as enabled, when multiple networks are defined on the same radio. 2015-07-27 11:39:01 +02:00
luci-mod-admin-mini luci-mod-admin-mini: convert luci.sys.net.arptable() to luci.ip.neighbors() 2015-01-22 18:50:00 +01:00
luci-mod-failsafe Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
luci-mod-freifunk fix ifname in wifi overview (freifunk public status). 2015-06-28 16:10:04 +02:00
luci-mod-freifunk-community Rework LuCI build system 2015-01-08 16:26:20 +01:00
luci-mod-rpc luci-mod-rpc: move luci config require into the authentication function (#427) 2015-07-15 23:29:15 +02:00