trac 40 client connection properly nonblocking
authorAndy Green <andy.green@linaro.org>
Fri, 20 Sep 2013 12:26:12 +0000 (20:26 +0800)
committerAndy Green <andy.green@linaro.org>
Fri, 20 Sep 2013 12:26:12 +0000 (20:26 +0800)
commit5dc62ead9d858896ac5310e813873d704bb18fd8
treedeb3840519a1b699c2326dd70233fe00fc0d7d2b
parente92947680ac64c61dd0276aeca24bab5c6f91143
trac 40 client connection properly nonblocking

As spotted by JM on Trac#40

http://libwebsockets.org/trac/libwebsockets/ticket/40

client connect didn't do anything about being truly nonblocking.  This patch
should hopefully solve that.

Signed-off-by: Andy Green <andy.green@linaro.org>
README.coding
changelog
lib/client-handshake.c
lib/client.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/private-libwebsockets.h
test-server/test-client.c