Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Set HttpClientBase.rtt as double
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 21, 2016
1 parent c8c3f13 commit da10886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neubot_runtime/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class HttpClientBase(StreamHandler):
def __init__(self, poller):
StreamHandler.__init__(self, poller)
self.host_header = ""
self.rtt = 0
self.rtt = 0.0

def connect_uri(self, uri, count=1):
''' Connects to the given URI '''
Expand Down

0 comments on commit da10886

Please sign in to comment.