I want to understand the functionality of read-timeout
in a web application running on JBoss / WildFly server.
Following are the changes carried out in standalone.xml file:
<http-listener name="default" socket-binding="http" redirect-socket="https" read-timeout="20000"/>
Also, what is the default value of the attribute if it is not mentioned explicitly?