]> git.proxmox.com Git - mirror_edk2.git/commit - RedfishPkg/RedfishPkg.dec
RedfishPkg/RedfishRestExDxe: Two PCDs for controlling the requests
authorAbner Chang <abner.chang@amd.com>
Thu, 9 Feb 2023 18:05:12 +0000 (02:05 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 9 Feb 2023 21:40:17 +0000 (21:40 +0000)
commit39254d922e550ccc9c5ab5639c3c28a4ee4e13fd
treef4e2e5a3386b51bee66a1eb8c4cac30e1ff31e7b
parent289d93b79c18f42b9dd09770a22d15a11fd40670
RedfishPkg/RedfishRestExDxe: Two PCDs for controlling the requests

Since BIOS should work with different BMC implementation chunked requests
as well as Expect header should be optional.
 - One PCD is used to enable/disable Expect header.
 - Another PCD is used to enable/disable chunked requests.

Reviewed-by: Abner Chang <abner.chang@amd.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nicklew@nvidia.com>
Signed-off-by: Igor Kulchytskyy <igork@ami.com>
RedfishPkg/RedfishPkg.dec
RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
RedfishPkg/RedfishRestExDxe/RedfishRestExProtocol.c