audk/NetworkPkg/HttpDxe
Nagaraj Hegde 3666990b0f NetworkPkg:Missing CloseEvent() in HttpResponseWorker
Two additional scenarios in which CloseEvent() needs to be called:
When sending a request to http server using HTTP Head method, if the process
is success, we did a response call, and then go to exit without close the
event in Rxtoken in wrap structure and in httpinstance struceure, so
another call() to response using http get method to receive http header,
those events are not closed either..

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Nagaraj Hegde <nagaraj-p.hegde@hpe.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>




git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18735 6f19259b-4bc3-4df7-8a09-765794883524
2015-11-06 09:35:09 +00:00
..
ComponentName.c NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
ComponentName.h NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
HttpDns.c NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
HttpDns.h NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
HttpDriver.c NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOL 2015-08-26 06:19:53 +00:00
HttpDriver.h NetworkPkg: Update Http driver to use DPC mechanism. 2015-09-14 09:06:26 +00:00
HttpDxe.inf NetworkPkg: Update Http driver to use DPC mechanism. 2015-09-14 09:06:26 +00:00
HttpDxe.uni NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
HttpDxeExtra.uni NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
HttpImpl.c NetworkPkg:Missing CloseEvent() in HttpResponseWorker 2015-11-06 09:35:09 +00:00
HttpImpl.h NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
HttpProto.c NetworkPkg: HttpDxe: Remove unused local variables 2015-10-06 19:49:13 +00:00
HttpProto.h NetworkPkg: Avoid memory allocation for each HTTP message exchange. 2015-09-14 09:05:49 +00:00