Update git submodules

* Update sushy from branch 'master'
  to f52aac46cd0a77f9282591f4d888a241b6eb0a39
  - Ensure Content-Type header is set when required
    
    This used to be set to application/json when there was request data,
    but this was removed in change
    I6bd9a0719acfb839fcf137c58bcf03254b1af5ad without any particular
    explanation.
    
    There have been reports of some redfish implementations returning
    error responses (400 or 415) when this header is not set, specifically
    HPE Gen9. It is good practice to always set Content-Type on requests
    with data anyway. This change adds that header back.
    
    Change-Id: I13107bbea4d422fdfe620ade735a2e150cb51bf2
This commit is contained in:
Steve Baker 2021-03-09 11:11:47 +13:00 committed by Gerrit Code Review
parent 4327935dd7
commit b577871713
1 changed files with 1 additions and 1 deletions

2
sushy

@ -1 +1 @@
Subproject commit d4c7e0395bd932b2723bf7d5acfa822c9be227e7
Subproject commit f52aac46cd0a77f9282591f4d888a241b6eb0a39