mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #21973 from deuscapturus/patch-2
Update fileclient.py
This commit is contained in:
commit
23502fa792
@ -592,7 +592,9 @@ class Client(object):
|
||||
try:
|
||||
query = salt.utils.http.query(
|
||||
fixed_url,
|
||||
stream=True
|
||||
stream=True,
|
||||
username=url_data.username,
|
||||
password=url_data.password
|
||||
)
|
||||
response = query['handle']
|
||||
chunk_size = 32 * 1024
|
||||
|
Loading…
Reference in New Issue
Block a user