You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Improve the HTTP response file behavior by including a unique number or value in the name. This prevents the possibility of simultaneous requests overlapping and causing file access errors such as
32603 httpc-http request error
21317 eftp-Write operation is already in progress. New (/usr/responses/dataMessageResponse.json)
Additionally, the cleanup/deletion of response files is inconsistent and should be improved so all temporary response files are deleted once parsed/processed.
The text was updated successfully, but these errors were encountered:
The implementation of improved functionality should be relatively straightforward, as response contents are already read/returned by the SCHttpUtility class methods.
The SCHttpUtility class also includes automatic functionality to create and delete temporary, unique response files when using the httpGet and httpPost method overloads without a specified file name.
Improve the HTTP response file behavior by including a unique number or value in the name. This prevents the possibility of simultaneous requests overlapping and causing file access errors such as
Additionally, the cleanup/deletion of response files is inconsistent and should be improved so all temporary response files are deleted once parsed/processed.
The text was updated successfully, but these errors were encountered: