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 2019/08/20 19:37:00 UTC

[jira] [Updated] (THRIFT-4919) THttpTransport.cs (netstd) and THttpClientTransport (netcore) have bad timeout code

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

Jens Geyer updated THRIFT-4919:
-------------------------------
    Priority: Major  (was: Critical)

> THttpTransport.cs (netstd) and THttpClientTransport (netcore) have bad timeout code
> -----------------------------------------------------------------------------------
>
>                 Key: THRIFT-4919
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4919
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.12.0
>            Reporter: Al Tam
>            Assignee: Jens Geyer
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> THttpTransport.cs (netstd) and THttpClientTransport (netcore) have the same identical and badly written timeout configuration code.
>  # the code is using Timespan.FromSeconds(), yet the coder wants the variable to be using milliseconds
>  # the timeout is permanently set to the class initialized value since the timeout is only used within constructor, rendering the property useless
> Incidentally, there's no way to configure timeout except for using reflection.
> Also, if the ConnectTimeout property is NOT readable, how can people determine what's used for the timeout?  It should be readable too.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)