a93786a NetworkPkg: Make HttpBootGetBootFile return EFI_BUFFER_TOO_SMALL

1 file Authored by Gary Lin 8 years ago, Committed by Fu Siyuan 8 years ago,
    NetworkPkg: Make HttpBootGetBootFile return EFI_BUFFER_TOO_SMALL
    
    Per the description of HttpBootGetBootFile, the function should return
    EFI_BUFFER_TOO_SMALL if the given buffer is smaller than the remote image.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Gary Lin <glin@suse.com>
    Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>