NetworkPkg/HttpBootDxe: Add all events to HttpBootHttpCallback()#12412
Open
SaloniKasbekar wants to merge 2 commits intotianocore:masterfrom
Open
NetworkPkg/HttpBootDxe: Add all events to HttpBootHttpCallback()#12412SaloniKasbekar wants to merge 2 commits intotianocore:masterfrom
SaloniKasbekar wants to merge 2 commits intotianocore:masterfrom
Conversation
mikebeaton
reviewed
Apr 7, 2026
Include other events from EDKII_HTTP_CALLBACK_EVENT to print failure information in the event of HTTP Boot failure Signed-off-by: Saloni Kasbekar <saloni.kasbekar@intel.com>
mikebeaton
reviewed
Apr 8, 2026
mikebeaton
approved these changes
Apr 8, 2026
Zclarkwilliams
approved these changes
Apr 10, 2026
Merge Queue Status
This pull request spent 2 minutes 4 seconds in the queue, including 8 seconds running CI. Waiting for:
All conditions
ReasonPull request #12412 has been dequeued queue conditions no longer match:
HintYou should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
Contributor
Author
|
@mdkinney @makubacki Could you help review/push this change? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include other events from EDKII_HTTP_CALLBACK_EVENT to print failure information in the event of HTTP Boot failure
Description
Add other non-TLS events to the print failure information during HTTP Boot flow for better end user experience
Breaking change?
Impacts security?
Includes tests?
How This Was Tested
Verified failure prints during HTTP Boot flow
Integration Instructions
N/A