[jira] [Resolved] (THRIFT-5198) Fix certain Visual Studio hints in generated netstd code

2020-05-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5198. Fix Version/s: 0.14.0 Resolution: Fixed > Fix certain Visual Studio hints in generated

[GitHub] [thrift] zeshuai007 opened a new pull request #2135: THRIFT-3622: Fix deprecated uses of std::auto_ptr

2020-05-08 Thread GitBox
zeshuai007 opened a new pull request #2135: URL: https://github.com/apache/thrift/pull/2135 This PR complete fix THRIFT-3622. - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) -

[jira] [Updated] (THRIFT-5186) AI_ADDRCONFIG: Thrift libraries crash with localhost-only network.

2020-05-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5186: --- Component/s: Delphi - Library > AI_ADDRCONFIG: Thrift libraries crash with localhost-only network.

[jira] [Resolved] (THRIFT-5186) AI_ADDRCONFIG: Thrift libraries crash with localhost-only network.

2020-05-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5186. Fix Version/s: 0.14.0 Assignee: Max Resolution: Fixed Good catch! >

[GitHub] [thrift] theilig opened a new pull request #2134: THRIFT-5199: Fix infinite loop writing to closed TSocket in PHP

2020-05-08 Thread GitBox
theilig opened a new pull request #2134: URL: https://github.com/apache/thrift/pull/2134 Client: php When you call fwrite in PHP with a handle that has been closed by peer the function will return 0 bytes written (rather than false to indicate an error). This causes an

[jira] [Created] (THRIFT-5199) Infinite loop in PHP TSocket::write when peer closes connection

2020-05-08 Thread Tim (Jira)
Tim created THRIFT-5199: --- Summary: Infinite loop in PHP TSocket::write when peer closes connection Key: THRIFT-5199 URL: https://issues.apache.org/jira/browse/THRIFT-5199 Project: Thrift Issue Type: