lws_return_http_status send content length
authorAndy Green <andy.green@linaro.org>
Sat, 20 Feb 2016 00:02:49 +0000 (08:02 +0800)
committerAndy Green <andy.green@linaro.org>
Sat, 20 Feb 2016 00:04:56 +0000 (08:04 +0800)
commit81c461f5debeed7c4b5a10298942f85156b5c4e0
tree5c8e1002a7272f1421e8ebb2c4805aa64174ddda
parent78468e08b34535d9d0058c3a010e69189ddf8230
lws_return_http_status send content length

If we're sending content, we must do so with a
content-length on http/1.1

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/header.c