]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpImpl.c
NetworkPkg: Add HTTP Additional Event Notifications
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpImpl.c
index 8790e9b4e04a6ffbda90fb47a1eeebb6a60f4e35..7285b0fbeb7d3504071a75818371a058e507c33b 100644 (file)
@@ -527,6 +527,7 @@ EfiHttpRequest (
       } else {\r
         Status = HttpDns6 (HttpInstance, HostNameStr, &HttpInstance->RemoteIpv6Addr);\r
       }\r
+      HttpNotify (HttpEventDns, Status);\r
 \r
       FreePool (HostNameStr);\r
       if (EFI_ERROR (Status)) {\r
@@ -588,6 +589,7 @@ EfiHttpRequest (
              Configure || ReConfigure,\r
              TlsConfigure\r
              );\r
+  HttpNotify (HttpEventInitSession, Status);\r
   if (EFI_ERROR (Status)) {\r
     goto Error2;\r
   }\r