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

Thomas Kho updated THRIFT-837:
------------------------------

    Attachment: php_extension_8kbug.patch

Messed up the first patch. In my test script, I was sending both a 10kb request 
and response string, and only verified the contents of the response string. 
Because it was sending data of the right length, the request succeeded.

> PHP accelerator bug for writes > 8k
> -----------------------------------
>
>                 Key: THRIFT-837
>                 URL: https://issues.apache.org/jira/browse/THRIFT-837
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (PHP)
>    Affects Versions: 0.1, 0.2, 0.3, 0.4
>            Reporter: Thomas Kho
>             Fix For: 0.4
>
>         Attachments: php_extension_8kbug.patch
>
>
> When we write more than 8k, the output transport does a directWrite() rather 
> than buffering, in which case we need to use the passed len value rather than 
> the length of the buffer.

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

Reply via email to