diff options
author | teor <teor@torproject.org> | 2020-04-30 13:55:26 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-30 13:55:26 +1000 |
commit | efcae919aea4611d9f4ec5815170c48fc67134cf (patch) | |
tree | 5155f99c03ddb888948ff80669d23101b6f17589 /scripts/maint | |
parent | 3eca667ae4ab7dfd4d6f87858808b2775ffb1340 (diff) | |
download | tor-efcae919aea4611d9f4ec5815170c48fc67134cf.tar.gz tor-efcae919aea4611d9f4ec5815170c48fc67134cf.zip |
practracker: Accept the connection buf refactor
Accept a few extra lines from the connection_buf_read_from_socket()
refactor.
Cleanup after 33131.
Diffstat (limited to 'scripts/maint')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index bf37d476f2..8f718deff2 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -68,7 +68,7 @@ problem function-size /src/core/mainloop/connection.c:connection_handle_listener problem function-size /src/core/mainloop/connection.c:connection_read_proxy_handshake() 153 problem function-size /src/core/mainloop/connection.c:retry_listener_ports() 112 problem function-size /src/core/mainloop/connection.c:connection_handle_read_impl() 111 -problem function-size /src/core/mainloop/connection.c:connection_buf_read_from_socket() 180 +problem function-size /src/core/mainloop/connection.c:connection_buf_read_from_socket() 186 problem function-size /src/core/mainloop/connection.c:connection_handle_write_impl() 241 problem function-size /src/core/mainloop/connection.c:assert_connection_ok() 143 problem dependency-violation /src/core/mainloop/connection.c 47 |