summaryrefslogtreecommitdiffstats
path: root/util/network
diff options
context:
space:
mode:
authorcobat <[email protected]>2022-02-10 16:49:07 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:07 +0300
commite486e109b08823b61996f2154f0bc6b7c27a4af4 (patch)
treecb98553f871fe96452fd02bd46a1a4e0cf165844 /util/network
parent85e7b8b43a12f69b4721aee71dea28491c9bd503 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/network')
-rw-r--r--util/network/iovec.h2
-rw-r--r--util/network/socket.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/network/iovec.h b/util/network/iovec.h
index ac15a41f545..1ba5d0f18ba 100644
--- a/util/network/iovec.h
+++ b/util/network/iovec.h
@@ -29,7 +29,7 @@ public:
}
if (len) {
- Y_ASSERT(0 && "non zero length left");
+ Y_ASSERT(0 && "non zero length left");
}
}
diff --git a/util/network/socket.cpp b/util/network/socket.cpp
index 4f6e8043462..9061372b90d 100644
--- a/util/network/socket.cpp
+++ b/util/network/socket.cpp
@@ -695,7 +695,7 @@ static inline SOCKET DoConnectImpl(const struct addrinfo* res, const TInstant& d
return s.Release();
}
- ythrow yexception() << "something went wrong: nullptr at addrinfo";
+ ythrow yexception() << "something went wrong: nullptr at addrinfo";
}
static inline SOCKET DoConnect(const struct addrinfo* res, const TInstant& deadLine) {