Push for proxy test pt 2!

This commit is contained in:
kohlerpop1
2024-01-11 11:35:34 -05:00
committed by Jacek W
parent bc3386d21e
commit 2c12b71e99
2 changed files with 6 additions and 5 deletions

View File

@@ -182,7 +182,7 @@ public class TikTokLiveHttpClient implements LiveHttpClient {
var optionalResponse = httpFactory
.clientEmpty(signedUrl)
.build()
.toResponse(HttpResponse.BodyHandlers.ofByteArray());
.toResponse();
if (optionalResponse.isEmpty()) {
throw new TikTokSignServerException("Unable to get websocket connection credentials");
}