Fix file_win32_write_op async initiation

This commit is contained in:
Vinnie Falco
2019-03-12 18:07:19 -07:00
parent 554701845c
commit b7c3c1eb1a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
Version 232:
* Fix close_socket for net::basic_socket changes
* Fix file_win32_write_op async initiation
--------------------------------------------------------------------------------

View File

@@ -355,6 +355,7 @@ public:
, sock_(s)
, sr_(sr)
{
(*this)();
}
void