↧
Exposing TSocket(socket) constructor to public
Hi, I am a student at an Indian university where you can only connect to internet through proxy server. Thus, directly using (hostname, port) to construct TSocket object is not possible (connection...
View ArticleExposing TSocket(socket) constructor to public
What language libraries do you want this in? It sounds pretty reasonable in general. Usually the next step is to open a ticket in our JIRA ( https://issues.apache.org/jira/browse/THRIFT) - bonus points...
View ArticleExposing TSocket(socket) constructor to public
I wanted this in C++ (for a very small purpose) and got it working. And as you said I opened a ticket with patch attached (only for C++). -- Rajat Goel
View Article