http-client now builds and passes tests with Intel OneAPI (both ifx (IFX) 2023.1.0 20230320 and ifort (IFORT) 2021.9.0 20230302) with this PR.
Before this PR, a few tests were failing in cases where request % data or request % file were referenced in set_body while not allocated. This PR fixes it by checking their allocation status rather then their length.
http-client now builds and passes tests with Intel OneAPI (both ifx (IFX) 2023.1.0 20230320 and ifort (IFORT) 2021.9.0 20230302) with this PR.
Before this PR, a few tests were failing in cases where
request % data
orrequest % file
were referenced inset_body
while not allocated. This PR fixes it by checking their allocation status rather then their length.