diff options
author | Fu Siyuan <siyuan.fu@intel.com> | 2015-09-14 09:06:26 +0000 |
---|---|---|
committer | sfu5 <sfu5@Edk2> | 2015-09-14 09:06:26 +0000 |
commit | 49c9f74cc1bd967ea042bcfc948c849207fa71bf (patch) | |
tree | e9766c1f606789cdd96721f0def325c3534b5884 /NetworkPkg/HttpDxe/HttpDriver.h | |
parent | ccb71333c2d3af870dee201274271397ed92c5e1 (diff) | |
download | edk2-49c9f74cc1bd967ea042bcfc948c849207fa71bf.tar.gz |
NetworkPkg: Update Http driver to use DPC mechanism.
This patch updates the HttpDxe driver to use the DPC mechanism to avoid long
time delay when single event.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18451 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/HttpDxe/HttpDriver.h')
-rw-r--r-- | NetworkPkg/HttpDxe/HttpDriver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/HttpDxe/HttpDriver.h b/NetworkPkg/HttpDxe/HttpDriver.h index d95b05b634..eea8d5169e 100644 --- a/NetworkPkg/HttpDxe/HttpDriver.h +++ b/NetworkPkg/HttpDxe/HttpDriver.h @@ -28,7 +28,7 @@ #include <Library/DebugLib.h>
#include <Library/NetLib.h>
#include <Library/HttpLib.h>
-#include <Library/TcpIoLib.h>
+#include <Library/DpcLib.h>
//
// UEFI Driver Model Protocols
|