mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-19 02:51:11 +00:00
Fix missing data for apiclient
This commit is contained in:
@@ -74,7 +74,7 @@ class HTTPSClient(client.HTTPConnection, object):
|
||||
method = 'POST'
|
||||
else:
|
||||
method = 'GET'
|
||||
self.request(method, url, headers=self.stdheaders)
|
||||
self.request(method, url, data, headers=self.stdheaders)
|
||||
rsp = self.getresponse()
|
||||
if rsp.status >= 200 and rsp.status < 300:
|
||||
if returnrsp:
|
||||
|
Reference in New Issue
Block a user