I am using Weblogic 12c(12.1.3) application server to run my application. I have configured complete message timeout in Weblogic to 30 seconds but when Qualys scan is running on this server, it can still keep a connection open for more than 30 seconds(in my case it was open even after 300 seconds) by sending a request with very slow transfer rate.
This means the complete message timeout setting is not working on the server otherwise the connection would have terminated after waiting for max 30 seconds. Is there any other configuration or am I missing something here?
I followed the recommendations from Oracle as per below article:
https://docs.oracle.com/cd/E24329_01/web.1211/e24390/wls_tuning.htm#PERFM196