lichao
2021-04-21 ad4f3dcedab29a690c5eedbb08ba1b393917db0b
src/socket.h
@@ -125,6 +125,7 @@
            return true;
         } else {
            st->canceled = true;
            SetLastError(ETIMEDOUT, "timeout");
            return false;
         }
      } catch (...) {