My device specifications are:
- Intel Core i3-2310M 2.10 GHz
- Operating System: Windows 7 Home Basic
- Browser Options: Google Chrome or Opera
- Server Configuration: Apache on 127.0.0.1 with CSP module (for InterSystems Caché® database system)
When accessing the page at , an asynchronous request is initiated followed by a synchronous request. This causes both queries to run for 4 minutes resulting in a state of "pending", ultimately leading to browser hang. After 4 minutes, the synchronous request returns a response - displaying a short HTML page indicating 'Not Found'. The error message states that the requested URL /csp/projectname/dynamicpage.csp was not found on the server.
An asynchronous request results in failure and triggers the error net :: ERR_INCOMPLETE_CHUNKED_ENCODING. A colleague who accesses the same page using Chrome on Windows 8.1 with an Intel Core i5 processor does not face this issue. Interestingly, he performs the synchronous request before the asynchronous one. Various diagnosis methods have been attempted; suggesting potential issues related to the OS and browser configuration, although Firefox appears unaffected.
The asynchronous request retrieves about 1 megabyte of data, while the synchronous request fetches approximately 400 bytes. There is speculation that the issue arose post installation of the Opera browser, however, doubts remain regarding this assumption.