You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2017/10/25 18:23:00 UTC

[jira] [Created] (THRIFT-4372) Pipe write operations across a network are limited to 65,535 bytes per write.

Jens Geyer created THRIFT-4372:
----------------------------------

             Summary: Pipe write operations across a network are limited to 65,535 bytes per write. 
                 Key: THRIFT-4372
                 URL: https://issues.apache.org/jira/browse/THRIFT-4372
             Project: Thrift
          Issue Type: Bug
          Components: C# - Library
            Reporter: Jens Geyer
            Assignee: Jens Geyer


{quote}Pipe write operations across a network are limited to 65,535 bytes per write. For more information regarding pipes, see the Remarks section.{quote}

Source: [https://msdn.microsoft.com/en-us/library/windows/desktop/aa365748(v=vs.85).aspx|WriteFileEx function]

I managed to run into exactly that limit today. Patch follows.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)