Al Tam created THRIFT-4919:
------------------------------

             Summary: 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


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
(v7.6.14#76016)

Reply via email to