[GitHub] thrift pull request #1402: THRIFT-4372 Pipe write operations across a networ...

2017-10-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1402 ---

[GitHub] thrift pull request #1402: THRIFT-4372 Pipe write operations across a networ...

2017-10-26 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1402#discussion_r147185494 --- Diff: lib/csharp/src/Transport/TNamedPipeServerTransport.cs --- @@ -239,40 +239,51 @@ public override void Write(byte[] buf, int off, int len)

[GitHub] thrift pull request #1402: THRIFT-4372 Pipe write operations across a networ...

2017-10-26 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1402#discussion_r147185064 --- Diff: lib/csharp/src/Transport/TNamedPipeClientTransport.cs --- @@ -88,7 +89,18 @@ public override void Write(byte[] buf, int off, int len)

[GitHub] thrift pull request #1402: THRIFT-4372 Pipe write operations across a networ...

2017-10-26 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1402#discussion_r147185326 --- Diff: lib/csharp/src/Transport/TNamedPipeClientTransport.cs --- @@ -88,7 +89,18 @@ public override void Write(byte[] buf, int off, int len)

[GitHub] thrift pull request #1402: THRIFT-4372 Pipe write operations across a networ...

2017-10-26 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1402#discussion_r147185736 --- Diff: lib/csharp/src/Transport/TNamedPipeServerTransport.cs --- @@ -239,40 +239,51 @@ public override void Write(byte[] buf, int off, int len)

[GitHub] thrift pull request #1402: THRIFT-4372 Pipe write operations across a networ...

2017-10-25 Thread Jens-G
GitHub user Jens-G opened a pull request: https://github.com/apache/thrift/pull/1402 THRIFT-4372 Pipe write operations across a network are limited to 65,… …535 bytes per write Client: C# Patch: Jens Geyer You can merge this pull request into a Git repository by