mbed3 use new upstream mbed3 nagle disable

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2015-12-15 19:46:28 +08:00
parent 38f3225b22
commit 3decfe60ab

View file

@ -196,6 +196,8 @@ void lws_conn_listener::onIncoming(TCPListener *tl, void *impl)
if (!conn->ts)
return;
conn->ts->setNagle(0);
/*
* we use the listen socket wsi to get started, but a new wsi is
* created. mbed3_tcp_stream_accept() is also called from