]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/HttpDxe/HttpImpl.c
NetworkPkg:HttpDxe:Consume DxeHttpLib API changes
authorNagaraj Hegde <nagaraj-p.hegde@hpe.com>
Mon, 4 Apr 2016 10:09:28 +0000 (18:09 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Wed, 27 Apr 2016 02:43:18 +0000 (10:43 +0800)
commit19c25725606b848986f29bb3a216857146fdacb9
tree56396ecae9b2c2cbafb4f9ee8b5e2395f745a68f
parente297a0a498139cedca232aff69c41c8996151f0b
NetworkPkg:HttpDxe:Consume DxeHttpLib API changes

HttpGenRequestString is updated to HttpGenRequestMessage,
with an additional argument. This patch updates the caller
of the DxeHttpLib API. Also, we will avoid adding any '\0'
to the string, which was added to make AsciiStrLen to
work on the string.

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: Samer El-Haj-Mahmoud <elhaj@hpe.com>
NetworkPkg/HttpDxe/HttpImpl.c
NetworkPkg/HttpDxe/HttpProto.c
NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesProtocol.c