Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a way to notify Redfish config handler protocol to release redfish service #49

Open
nicklela opened this issue Sep 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nicklela
Copy link
Contributor

nicklela commented Sep 8, 2023

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.
@nicklela nicklela added the enhancement New feature or request label Sep 8, 2023
@nicklela nicklela self-assigned this Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant