Brian Koehmstedt
Results
3
issues of
Brian Koehmstedt
`com.duosecurity.client.Http` is a per-request object and it is instantiating a new `OkHttpClient` instance in its constructor. `OkHttpClient` should be shared across all requests rather than a new instance created for...