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 2018/04/01 23:22:00 UTC

[jira] [Commented] (THRIFT-4538) TZLibTransport for C#

    [ https://issues.apache.org/jira/browse/THRIFT-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16421845#comment-16421845 ] 

Jens Geyer commented on THRIFT-4538:
------------------------------------

Status: 
 * The NET framework does not offer OOTB support for zlib. 
 * {{GZipStream}} can't be used because there are some notable differences betwenn gzip and zlib, see http://www.zlib.net/manual.html
 * {{DeflateStream}} is not enough to implement it without a) reimplementing certain stuff or b) external libraries, as it lacks the zlib wrapper that we need to be compatible

Feel free to reopen, at least for now I stop investing more time in this topic (and will implement a custom transport for my case).

> TZLibTransport for C#
> ---------------------
>
>                 Key: THRIFT-4538
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4538
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C# - Library
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Major
>
> Implement a TZlibTransport according to the C++ implementation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)