You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Esteve Fernandez (JIRA)" <ji...@apache.org> on 2009/07/07 13:21:15 UTC

[jira] Updated: (THRIFT-535) Twisted Thrift protocol max length is too small

     [ https://issues.apache.org/jira/browse/THRIFT-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated THRIFT-535:
------------------------------------

    Attachment: thrift_535.patch

This sets MAX_LENGTH to 2 ** 31 (32-bit messages, minus sign)

> Twisted Thrift protocol max length is too small
> -----------------------------------------------
>
>                 Key: THRIFT-535
>                 URL: https://issues.apache.org/jira/browse/THRIFT-535
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Python)
>            Reporter: Esteve Fernandez
>            Assignee: Esteve Fernandez
>         Attachments: thrift_535.patch
>
>
> Both ThriftClientProtocol and ThriftServerProtocol have a limit on 99999 bytes per message. This is due to Twisted's IntNStringReceiver's MAX_LENGTH variable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.