This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from 36c714687b Fix dispatch_cfg_t comment new 9769b77c9b Demote log message to info. new 89a273e7f7 Bug 40620: Changes file new dc7902ed55 Merge branch 'tor-gitlab/mr/583' into maint-0.4.7 new b733f9d6ac Merge branch 'maint-0.4.7'
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: changes/bug40620 | 3 +++ src/core/mainloop/mainloop.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changes/bug40620
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 9769b77c9b196bf2ccc58d9ddee00bdcb13a7e02 Author: Mike Perry mikeperry-git@torproject.org AuthorDate: Thu Jun 2 18:48:14 2022 +0000
Demote log message to info.
This log is harmless, and can be common at relays if clients are sending XOFF. --- src/core/mainloop/mainloop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/core/mainloop/mainloop.c b/src/core/mainloop/mainloop.c index cd57dea3d4..526f8c37af 100644 --- a/src/core/mainloop/mainloop.c +++ b/src/core/mainloop/mainloop.c @@ -644,8 +644,8 @@ connection_start_reading,(connection_t *conn)) if (CONN_IS_EDGE(conn) && TO_EDGE_CONN(conn)->xoff_received) { /* We should not get called here if we're waiting for an XON, but * belt-and-suspenders */ - log_notice(LD_NET, - "Request to start reading on an edgeconn blocked with XOFF"); + log_info(LD_NET, + "Request to start reading on an edgeconn blocked with XOFF"); return; } if (event_add(conn->read_event, NULL))
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 89a273e7f70fa8e332afcc980b87a698c7b37eeb Author: Mike Perry mikeperry-git@torproject.org AuthorDate: Thu Jun 2 18:54:11 2022 +0000
Bug 40620: Changes file --- changes/bug40620 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/changes/bug40620 b/changes/bug40620 new file mode 100644 index 0000000000..086a71d3f6 --- /dev/null +++ b/changes/bug40620 @@ -0,0 +1,3 @@ + o Minor bugfixes (relay, logging): + - Demote a harmless XOFF log message to from notice level to info level. + Fixes bug 40620; bugfix on 0.4.7.5-alpha.
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit dc7902ed55cb6c955590c976e6aef82ecce98170 Merge: 5f2b75aafd 89a273e7f7 Author: David Goulet dgoulet@torproject.org AuthorDate: Thu Jun 2 16:09:56 2022 -0400
Merge branch 'tor-gitlab/mr/583' into maint-0.4.7
changes/bug40620 | 3 +++ src/core/mainloop/mainloop.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit b733f9d6ace63c710bc4b567627500cfbeb1592d Merge: 36c714687b dc7902ed55 Author: David Goulet dgoulet@torproject.org AuthorDate: Thu Jun 2 16:11:04 2022 -0400
Merge branch 'maint-0.4.7'
changes/bug40620 | 3 +++ src/core/mainloop/mainloop.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-)
tor-commits@lists.torproject.org