[
https://issues.apache.org/jira/browse/THRIFT-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320826#comment-14320826
]
Randy Abernethy commented on THRIFT-2998:
-
Yes, we need to update all of the lang
[
https://issues.apache.org/jira/browse/THRIFT-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320675#comment-14320675
]
Traian Stanev commented on THRIFT-2998:
---
I must admit I am out of my depth here. In
[
https://issues.apache.org/jira/browse/THRIFT-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320381#comment-14320381
]
Randy Abernethy commented on THRIFT-2998:
-
This is a great patch. Post THRIFT-275
Traian Stanev created THRIFT-2998:
-
Summary: Node.js: Missing header from http request
Key: THRIFT-2998
URL: https://issues.apache.org/jira/browse/THRIFT-2998
Project: Thrift
Issue Type: Bug
[
https://issues.apache.org/jira/browse/THRIFT-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320328#comment-14320328
]
ASF GitHub Bot commented on THRIFT-2998:
GitHub user tstanev opened a pull reques
GitHub user tstanev opened a pull request:
https://github.com/apache/thrift/pull/378
Set Content-Type for HTTP request in Node.js wrapper. Done similar to th...
...e Python wrapper here:
https://github.com/apache/thrift/blob/master/lib/py/src/transport/THttpClient.py#L127
W
GitHub user sharpdevel opened a pull request:
https://github.com/apache/thrift/pull/377
Issue with IPv6 an IPv4 on windows machines
When using TcpListener and TcpClient it depends on the network
configuration if IPv4 or IPv6 is used. By upgrading the framework to .NET 4.5
the DualM