mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-30 12:57:46 +00:00
Fix missing data for apiclient
This commit is contained in:
parent
f6343a1aa6
commit
95f9854630
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user