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.