You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BIOS Redfish does not have interface to release established HTTP connection between BMC and BIOS. Have this task to provide the mechanism to release HTTP connection after BIOS is done with his job.
The idea is:
Create new event in RedfishConfigHandler
RedfishFeatureCoreDxe driver notify above event after "AfterProvisioning" event.
RedfishConfigHandler will release RestEx instance by asking RedfishDiscoverDxe to destroy RestEx instance.
The HTTP IO instance should be destroyed and HTTP connection will be closed.
The text was updated successfully, but these errors were encountered:
Currently, BIOS Redfish does not have interface to release established HTTP connection between BMC and BIOS. Have this task to provide the mechanism to release HTTP connection after BIOS is done with his job.
The idea is:
The text was updated successfully, but these errors were encountered: