Support for HTTP POST.
authorkapejod <kapejod@linux-9x1z.site>
Tue, 19 Nov 2013 12:38:16 +0000 (13:38 +0100)
committerAndy Green <andy.green@linaro.org>
Sun, 24 Nov 2013 02:36:37 +0000 (10:36 +0800)
commitce64fb0f5833b93742307e154e23cf148edc1d6c
tree995f744d278a0c46ccc19a5250d7eba7c912aafa
parentb353a458cda737e995bddfeb870fd6805aa25462
Support for HTTP POST.
Rewritten by Andy Green to use chunks, add timeout, use extra states in handshake not parser.

Signed-off-by: Andy Green <andy@warmcat.com>
changelog
lib/handshake.c
lib/lextable.h
lib/libwebsockets.c
lib/libwebsockets.h
lib/minilex.c
lib/parsers.c
lib/private-libwebsockets.h
test-server/test-server.c