Skip to content

HTTP incoming connections timeout

Since build 5.3.335, the HTTP incoming connections idle timeout may be set by the following parameter

http.idle_timeout=0

By default, HTTP connection from client to WCS will be kept. If HTTP connection idle timeout is set to non-zero, the connection will be closed when this timeout expires (in 10 seconds for example)

http.idle_timeout=10