We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6913c3f + cfd9a26 commit 1a72dfbCopy full SHA for 1a72dfb
src/async_tcp_client.cpp
@@ -1,6 +1,6 @@
1
//////////////////////////////////////////////////////////////////////////////////////////
2
// A cross platform socket APIs, support ios & android & wp8 & window store universal app
3
-// version: 2.2
+// version: 2.3
4
5
/*
6
The MIT License (MIT)
@@ -301,7 +301,7 @@ void async_tcp_client::service()
301
if (!this->send_queue_.empty()){
302
INET_LOG("perform write operation...");
303
if (!do_write(this))
304
- { // TODO: check would block? for client, may be unnecessory.
+ { // TODO: check would block? for client, may be unnecessary.
305
INET_LOG("do write failed...");
306
goto _L_error;
307
}
0 commit comments