summaryrefslogtreecommitdiff
path: root/redfish-core
diff options
context:
space:
mode:
authorJan Sowinski <jan.sowinski@intel.com>2020-01-09 19:16:02 +0300
committerJan Sowinski <jan.sowinski@intel.com>2020-01-09 19:41:07 +0300
commit2b5e08e2915d886655a78aaabff40745dca6b517 (patch)
treec7cba7e45e35e50171b3c90246016b5db2bf7d89 /redfish-core
parentee52ae1013244b73d8312d5f7e795bb01f3c1089 (diff)
downloadbmcweb-2b5e08e2915d886655a78aaabff40745dca6b517.tar.xz
Fix timeout issue during image upload
This commit fixes timeout issues when transfering bigger payloads like update image. Tested by uploading image: curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" \ -X POST -T test.tar https://$bmc/upload/image # slow connection upload (~10kB/s) curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" \ -X POST -T test.tar https://$bmc/upload/image --limit-rate 10k Signed-off-by: Jan Sowinski <jan.sowinski@intel.com> Change-Id: I913136013afb58c97071819288460f4cb64d0d83
Diffstat (limited to 'redfish-core')
0 files changed, 0 insertions, 0 deletions