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

Go Library - Make remote socket address accessible #255

Closed
wants to merge 1 commit into from

Conversation

captncraig
Copy link

In my server I would like to log the remote ip address of incoming connections. This patch makes the addr available on TSocket via an accessor, so my server implementation can read it and log it or do other things with it.

@Jens-G
Copy link
Member

Jens-G commented Nov 10, 2014

Tracked in THRIFT-2811. Next time please create the ticket yourself. Thank you.

@asfgit asfgit closed this in 4c33094 Nov 10, 2014
stigsb pushed a commit to stigsb/thrift that referenced this pull request Nov 28, 2014
Client: Go
Patch: Craig Peterson

This closes apache#255

Go Library - Make remote socket address accessible

In my server I would like to log the remote ip address of incoming connections. This patch makes the addr available on TSocket via an accessor, so my server implementation can read it and log it or do other things with it.
allengeorge pushed a commit to allengeorge/thrift that referenced this pull request Jan 1, 2017
Client: Go
Patch: Craig Peterson

This closes apache#255

Go Library - Make remote socket address accessible

In my server I would like to log the remote ip address of incoming connections. This patch makes the addr available on TSocket via an accessor, so my server implementation can read it and log it or do other things with it.
hsanjuan pushed a commit to gxed/thrift-go that referenced this pull request Jan 30, 2019
Client: Go
Patch: Craig Peterson

This closes apache#255

Go Library - Make remote socket address accessible

In my server I would like to log the remote ip address of incoming connections. This patch makes the addr available on TSocket via an accessor, so my server implementation can read it and log it or do other things with it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants