in OkHTTP how do I set the keep-alive to false?

Viewed 3264

The default behavior for OkHttpClient is to set keep-alive to true. For our specific use case, I need to set this to false.

I am not finding any setting in the Java source to do this.

Has anyone run into this?

I am on OkHttpClient 3.8.1

Thanks

1 Answers
Related