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

Bad INFO message in logs #39

Open
perlsaiyan opened this issue Jun 8, 2024 · 0 comments · May be fixed by #38
Open

Bad INFO message in logs #39

perlsaiyan opened this issue Jun 8, 2024 · 0 comments · May be fixed by #38

Comments

@perlsaiyan
Copy link

The INFO message on redirect:

redir[25398]: Connecting IP:port to IP:port

Contains the same IP in both fields due to the use of the inet_ntoa call being used twice in the same message. Since the return is a pointer to a internal string buffer, it always uses the same thing for both fields.

@perlsaiyan perlsaiyan linked a pull request Jun 8, 2024 that will close this issue
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 a pull request may close this issue.

1 participant