Skip to content

Commit 1a72dfb

Browse files
committed
Merge branch 'master' of https://github.com/halx99/xxsocket
2 parents 6913c3f + cfd9a26 commit 1a72dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/async_tcp_client.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//////////////////////////////////////////////////////////////////////////////////////////
22
// A cross platform socket APIs, support ios & android & wp8 & window store universal app
3-
// version: 2.2
3+
// version: 2.3
44
//////////////////////////////////////////////////////////////////////////////////////////
55
/*
66
The MIT License (MIT)
@@ -301,7 +301,7 @@ void async_tcp_client::service()
301301
if (!this->send_queue_.empty()){
302302
INET_LOG("perform write operation...");
303303
if (!do_write(this))
304-
{ // TODO: check would block? for client, may be unnecessory.
304+
{ // TODO: check would block? for client, may be unnecessary.
305305
INET_LOG("do write failed...");
306306
goto _L_error;
307307
}

0 commit comments

Comments
 (0)