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

in outgoing_create please log the url when it is invalid #15

Open
davehorton opened this issue Oct 16, 2024 · 0 comments
Open

in outgoing_create please log the url when it is invalid #15

davehorton opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@davehorton
Copy link
Owner

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.

@davehorton davehorton self-assigned this Oct 16, 2024
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

No branches or pull requests

1 participant