mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 14:58:13 +00:00
@ -454,7 +454,7 @@ class Compute:
|
||||
data = send_data(data)
|
||||
else:
|
||||
data = json.dumps(data)
|
||||
response = yield from self._session().request(method, url, headers=headers, data=data, auth=self._auth, chunked=chunked)
|
||||
response = yield from self._session().request(method, url, headers=headers, data=data, auth=self._auth, chunked=chunked, timeout=timeout)
|
||||
body = yield from response.read()
|
||||
if body and not raw:
|
||||
body = body.decode()
|
||||
|
Reference in New Issue
Block a user