I'm trying to disable HTTP keep-alive
, and I can't seem to find any documentation on how to achieve that. Ultimately, I am occasionally getting:
System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server
I've heard the best approach is simply to disable HTTP keep-alive
.