win cover clearing sock_send_blocking when external poll

Signed-off-by: Andy Green <andy.green@linaro.org>
diff --git a/lib/service.c b/lib/service.c
index 2fc05af..6b6e289 100644
--- a/lib/service.c
+++ b/lib/service.c
@@ -476,6 +476,12 @@
 
 		goto close_and_handled;
 	}
+
+#ifdef _WIN32
+	if (pollfd->revents & LWS_POLLOUT)
+		wsi->sock_send_blocking = FALSE;
+#endif
+
 #endif
 
 	/* okay, what we came here to do... */