We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In nta.c prior to this code and log message
if (invalid < 0 || !orq->orq_branch || msg_serialize(msg, (void *)sip) < 0) { SU_DEBUG_3(("nta outgoing create: %s\n", invalid < 0 ? "invalid URI" : !orq->orq_branch ? "no branch" : "invalid message")); outgoing_free(orq); return NULL; }
we should add logging above of the specific URL that was deemed invalid.
The text was updated successfully, but these errors were encountered:
davehorton
No branches or pull requests
In nta.c prior to this code and log message
we should add logging above of the specific URL that was deemed invalid.
The text was updated successfully, but these errors were encountered: