restrict http send buffer to 4096 19/3119/1
authorAndy Green <andy.green@linaro.org>
Mon, 18 Feb 2013 03:32:49 +0000 (11:32 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:37 +0000 (13:01 -0800)
commit7ede5208bdd6c9d03fab7a33a0e4c155ae064c6f
tree3d77810a9e7d679accf2bfa0e4329976961bf1f8
parentd4432096d997e47948f7b7a6ac88908ba4b03440
restrict http send buffer to 4096

send() is able to complete but not send everything asked...
we don't deal with that yet.  On an ARM9 board, leaf.jpg
failed because the send() only accepted 7240 of 8192... not
a failure but it implies reporting partial send to the
caller.  Work around by keeping the send buffer at 4096.

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