diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-05-10 16:53:48 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-05-10 16:53:48 -0500 |
commit | 8480575cec2c6dd9de0660849dfa581657bb6d07 (patch) | |
tree | 5b6075aa536700c334c52d1e38c7353728d6948e /src | |
parent | Merge pull request #8293 (diff) | |
parent | Change "Github" to "GitHub" (diff) | |
download | monero-8480575cec2c6dd9de0660849dfa581657bb6d07.tar.xz |
Merge pull request #8300
070e41d Change Github to GitHub (Abdullah)
Diffstat (limited to 'src')
-rw-r--r-- | src/net/zmq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/zmq.cpp b/src/net/zmq.cpp index bd7855f21..2b3ca8376 100644 --- a/src/net/zmq.cpp +++ b/src/net/zmq.cpp @@ -134,7 +134,7 @@ namespace zmq { /* ZMQ documentation states that message parts are atomic - either all are received or none are. Looking through ZMQ code and - Github discussions indicates that after part 1 is returned, + GitHub discussions indicates that after part 1 is returned, `EAGAIN` cannot be returned to meet these guarantees. Unit tests verify (for the `inproc://` case) that this is the behavior. Therefore, read errors after the first part are treated as a |