Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Michael Brown / ()
Created: 11/21/2018
Components: Net Protocols, HTTP, Performance
Versions: 2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: 2018.0.01.311402 / CF2018U4
Priority/Frequency: Normal / Unknown
Locale/System: ALL / Win 2016
Vote Count: 1
Problem Description:
We are seeing an issue where a CFHTTP calls seems to hang. We then see that subsequent calls to that same CFHTTP end up in a hung state.
I’m attaching a stack trace for one instance of this. We are seeing this multiple times a day but it is not reliably reproducible.
Here’s a description of the process.
We have a CFM page that does quite a bit of processing. It will at one point make a CFHTTP request over to an authorization service. When we see this issue it is always stuck on this call. Subsequent requests to the original CFM page will then also get stuck on the same CFHTTP request.
We have verified that when this occurs we can call over to the page that the CFHTTP is requesting successfully. We have tested that a different CFM page trying to use CFHTTP to the same resource also just hangs.
This is a production affecting issue for us.
Steps to Reproduce:
Repeatedly make a call using CFHTTP
Actual Result:
Calls to CFHTTP hang.
Expected Result:
Calls with CFHTTP return
Any Workarounds:
Had to back down to CF2016
Attachments:
Comments: