You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2011/01/26 16:51:43 UTC

[jira] Created: (THRIFT-1049) Allow for TServerSocket python library to bind to a specific host

Allow for TServerSocket python library to bind to a specific host
-----------------------------------------------------------------

                 Key: THRIFT-1049
                 URL: https://issues.apache.org/jira/browse/THRIFT-1049
             Project: Thrift
          Issue Type: Improvement
            Reporter: Jake Farrell
            Priority: Trivial


The current TSocket.TServerSocket  sets the host to None and does not allow for binding to any specific interface. The attached patch will allow for a server to bind to a specific interface and defaults to all interfaces if no host is specified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (THRIFT-1049) Allow for TServerSocket python library to bind to a specific host

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-1049.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.7
         Assignee: Jake Farrell

I just committed this patch. Thanks for the contribution, Jake!

> Allow for TServerSocket python library to bind to a specific host
> -----------------------------------------------------------------
>
>                 Key: THRIFT-1049
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1049
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: Jake Farrell
>            Assignee: Jake Farrell
>            Priority: Trivial
>             Fix For: 0.7
>
>         Attachments: thrift_1049.patch
>
>
> The current TSocket.TServerSocket  sets the host to None and does not allow for binding to any specific interface. The attached patch will allow for a server to bind to a specific interface and defaults to all interfaces if no host is specified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-1049) Allow for TServerSocket python library to bind to a specific host

Posted by "Jake Farrell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell updated THRIFT-1049:
---------------------------------

    Attachment: thrift_1049.patch

> Allow for TServerSocket python library to bind to a specific host
> -----------------------------------------------------------------
>
>                 Key: THRIFT-1049
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1049
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: Jake Farrell
>            Priority: Trivial
>         Attachments: thrift_1049.patch
>
>
> The current TSocket.TServerSocket  sets the host to None and does not allow for binding to any specific interface. The attached patch will allow for a server to bind to a specific interface and defaults to all interfaces if no host is specified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.