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

Fix for Issue 2 - dropped ACKs #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix for Issue 2 - dropped ACKs #30

wants to merge 1 commit into from

Conversation

StefanKopieczek
Copy link
Owner

Stop dropping all ACKs that don't correlate with an existing transaction - 2xx ACKs are their own transaction, so it's up to the dialog logic to sort them out.

@DiscoViking , I'm not super familiar with the code here and the transaction logic is mostly untested, so can you either:

  • Give this a really good looking over
  • Put this on hold until we've got the testing infrastructure to support it.

Stop dropping all ACKs that don't correlate with an existing
transaction - 2xx ACKs are their own transaction, so it's up to
the dialog logic to sort them out.
@StefanKopieczek
Copy link
Owner Author

retest this please

@StefanKopieczek StefanKopieczek self-assigned this Oct 14, 2016
Copy link
Collaborator

@rynorris rynorris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, this is the right fix. Just one comment to fix before merging. :)

// don't engender a provisional response - we just pass them up to the user
// to handle at the dialog scope.
mng.sendPresumptiveTrying(tx)
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is indented with spaces instead of tabs. You monster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants