RedfishPkg/RedfishRestExDxe: reset session when TCP timeout happens
Call ResetHttpTslSession() to reset HTTP session when TCP timeout failure happens. So that application can perform retry to the same URI. Signed-off-by: Nickle Wang <nicklew@nvidia.com> Cc: Abner Chang <abner.chang@amd.com> Cc: Igor Kulchytskyy <igork@ami.com> Cc: Nick Ramirez <nramirez@nvidia.com> Reviewed-by: Abner Chang <abner.chang@amd.com>
This commit is contained in:
committed by
mergify[bot]
parent
dd49d448b0
commit
3399f64588
@@ -4,6 +4,7 @@
|
||||
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
||||
(C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
|
||||
Copyright (c) 2023, American Megatrends International LLC.
|
||||
Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
@@ -12,8 +13,7 @@
|
||||
#include "RedfishRestExInternal.h"
|
||||
|
||||
/**
|
||||
Create a new TLS session becuase the previous on is closed.
|
||||
status.
|
||||
Create a new TLS session because the previous one is closed.
|
||||
|
||||
@param[in] Instance Pointer to EFI_REST_EX_PROTOCOL instance for a particular
|
||||
REST service.
|
||||
|
Reference in New Issue
Block a user