Hello,
In Domino 8.5.2 I have a servlet that should output some result using service method and a basic authentication through a HTTP 1.1 connection.
Using Wireshark to capture network traffic, I have noticed that Domino server send a HTTP header with “Connection” “close” even I dind’t specify that in my servlet.
Normally, in HTTP 1.1 this should not be a problem if I have “Content-length” specified but there are some HTTP client implementation that terminate the connection even on HTTP 1.1.
Please help me, how should I tell the servlet to NOT send the Connection close command to the HttpServletResponse.