Re: [edk2-devel] [PATCH] NetworkPkg: Add HTTP Additional Event Notifications

2021-07-19 Thread Heng Luo
Thank Jiaxin, the patch V2 is sent out following Jiaxin's comment. > -Original Message- > From: Wu, Jiaxin > Sent: Tuesday, July 20, 2021 9:45 AM > To: Luo, Heng ; devel@edk2.groups.io > Cc: Maciej Rabeda ; Fu, Siyuan > > Subject: RE: [PATCH] NetworkPkg: Add HTTP Additional Event

Re: [edk2-devel] [PATCH] NetworkPkg: Add HTTP Additional Event Notifications

2021-07-19 Thread Wu, Jiaxin
For the below EDKII_HTTP_CALLBACK_EVENT definition: All event is to retrieve the event Status, so the comments should be made clearly and align with code returned status, for example, > + /// Retrieve the host address, EventStatus: There might be the misunderstanding you want the host

[edk2-devel] [PATCH] NetworkPkg: Add HTTP Additional Event Notifications

2021-07-19 Thread Heng Luo
https://bugzilla.tianocore.org/show_bug.cgi?id=3496 Add new EDKII_HTTP_CALLBACK_PROTOCOL in NetworkPkg, Send HTTP Events via EDKII_HTTP_CALLBACK_PROTOCOL when Dns/ConnectTcp/TlsConnectSession/InitSession occurs. Signed-off-by: Heng Luo Cc: Maciej Rabeda Cc: Jiaxin Wu Cc: Siyuan Fu ---