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 2020/03/14 14:43:00 UTC

[jira] [Resolved] (THRIFT-5121) Logic bug in TMultiplexedProcessor – Swift

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

Jens Geyer resolved THRIFT-5121.
--------------------------------
    Fix Version/s: 0.14.0
       Resolution: Fixed

> Logic bug in TMultiplexedProcessor – Swift
> ------------------------------------------
>
>                 Key: THRIFT-5121
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5121
>             Project: Thrift
>          Issue Type: Bug
>          Components: Swift - Library
>            Reporter: Alexander Edge
>            Assignee: Alexander Edge
>            Priority: Major
>              Labels: multiplexing
>             Fix For: 0.14.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> A previous patch ([https://github.com/apache/thrift/pull/2002]) for https://issues.apache.org/jira/browse/THRIFT-5084 added multiplexing support but contained a logical error when checking the message type. It should allow `oneway` and `call` message types and reject all others, but it rejected `oneway` and `call` messages and accepted all others.
>  
> I've fixed the bug and updated the unit tests. GitHub PR linked. My apologies for any inconvenience caused.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)