Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0.1
-
Component/s: Push Library
-
Labels:None
-
Environment:server
Description
To avoid shutting down the blocking connection cycle during fail-over (by sending X-Connection=Close header) ICEpush needs to have the option of configuring the MainServlet so that only a NOOP message is sent back.
Introduced MainServlet configuration parameter that changes the type of blocking connection response sent during shutdown/fail-over. By setting 'terminateBlockingConnectionOnShutdown' parameter to false the response sent during shutdown/fail-over is NOOP (instead of X-Connection=Close response type).