Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sendme: Do not decrement window in a log_debug() #1071

Merged
1 commit merged into from Jun 4, 2019

Conversation

dgoulet-tor
Copy link
Contributor

If "Log debug ..." is not set, the decrement never happens. This lead to the
package/deliver window to be out of sync at the stream level and thus breaking
the connection after 50+ cells.

Fixes #30628

Signed-off-by: David Goulet dgoulet@torproject.org

If "Log debug ..." is not set, the decrement never happens. This lead to the
package/deliver window to be out of sync at the stream level and thus breaking
the connection after 50+ cells.

Fixes #30628

Signed-off-by: David Goulet <dgoulet@torproject.org>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5179

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.0008%) to 62.591%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/core/or/sendme.c 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
src/core/or/sendme.c 1 72.04%
Totals Coverage Status
Change from base Build 5172: -0.0008%
Covered Lines: 46880
Relevant Lines: 74899

💛 - Coveralls

@ghost ghost merged commit 3338218 into torproject:master Jun 4, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants