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

Exposed the remote port and ip for the connections. #1370

Merged
merged 1 commit into from
May 2, 2018

Conversation

slaff
Copy link
Contributor

@slaff slaff commented Apr 26, 2018

Closes: #1367

@slaff slaff added this to the 3.6.0 milestone Apr 26, 2018
@@ -74,6 +74,7 @@ void displayCipher(SSL *ssl)

int onDownload(HttpConnection& connection, bool success)
{
debugf("RemoteIP: %s", connection.getRemoteIp().toString().c_str());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note to myself: cast also here to (char *).

@slaff slaff force-pushed the feature/expose-remote-ip-port branch from 6b37ce9 to 7fafd16 Compare May 2, 2018 11:16
@slaff slaff merged commit 34fdcff into SmingHub:develop May 2, 2018
@slaff slaff deleted the feature/expose-remote-ip-port branch July 22, 2019 12:49
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