|
@@ -76,7 +76,7 @@ public class RegisterDeviceController implements FxController {
|
|
|
this.registerFailedScene = registerFailedScene;
|
|
|
this.jwt = JWT.decode(this.bearerToken);
|
|
|
this.window.addEventHandler(WindowEvent.WINDOW_HIDING, this::windowClosed);
|
|
|
- this.httpClient = HttpClient.newBuilder().executor(executor).build();
|
|
|
+ this.httpClient = HttpClient.newBuilder().version(HttpClient.Version.HTTP_1_1).executor(executor).build();
|
|
|
}
|
|
|
|
|
|
public void initialize() {
|