aboutsummaryrefslogtreecommitdiffstats
path: root/util/network
diff options
context:
space:
mode:
authorcobat <cobat@yandex-team.ru>2022-02-10 16:49:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:07 +0300
commit1d2e8a8e9976488ea69a7e4763aa749244f82612 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/network
parente486e109b08823b61996f2154f0bc6b7c27a4af4 (diff)
downloadydb-1d2e8a8e9976488ea69a7e4763aa749244f82612.tar.gz
Restoring authorship annotation for <cobat@yandex-team.ru>. Commit 2 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 1ba5d0f18b..ac15a41f54 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 9061372b90..4f6e804346 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) {