mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-03-01 17:59:39 -05:00
Clean up code
This commit is contained in:
@@ -37,7 +37,9 @@ public class HttpClientFactory {
|
||||
return new HttpClientBuilder(url, liveClientSettings.getHttpSettings().clone());
|
||||
}
|
||||
|
||||
|
||||
//Does not contains default httpClientSettings, Params, headers, etd
|
||||
//Edit: Do we even use it?
|
||||
public HttpClientBuilder clientEmpty(String url) {
|
||||
var settings = new HttpClientSettings();
|
||||
settings.setProxyClientSettings(liveClientSettings.getHttpSettings().getProxyClientSettings());
|
||||
|
||||
Reference in New Issue
Block a user