Defect HC-11488

Intermittent JCA HTTP response handling issues causing checkout failures

Software

Customer case Applies to Corrected in
CS0227471 V9.0.1 9.0.1.17

Observed behavior

Intermittent failures occur during the checkout process due to response timeouts.

Expected behavior

The code should be able to tolerate delays in getting responses.

Resolution

When there is a delay in getting the first byte of data from the api response, the code assumes that data is not coming. The code was updated to remove the check for bytes being available.