NetworkPkg/HttpDxe: Add ConnectionClose flag fo HTTP_PROTOCOL
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720 Add ConnectionClose flag to HTTP_PROTOCOL. This boolean is FALSE by default. If set to TRUE, a reconfigure of the Http instance is forced on the next request. The flag is then reset. Signed-off-by: Oliver Steffen <osteffen@redhat.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
3974aa539e
commit
c43ff5188d
@@ -194,6 +194,8 @@ typedef struct _HTTP_PROTOCOL {
|
||||
EFI_TCP6_IO_TOKEN Tcp6TlsRxToken;
|
||||
EFI_TCP6_RECEIVE_DATA Tcp6TlsRxData;
|
||||
BOOLEAN TlsIsRxDone;
|
||||
|
||||
BOOLEAN ConnectionClose;
|
||||
} HTTP_PROTOCOL;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user