Skip to content

Commit 7646254

Browse files
committed
Don't use binary format so it's possible to downgrate to http1.1 when http2 is not available
1 parent 2ffe187 commit 7646254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/publicApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class GitpodPublicApi extends Disposable implements IGitpodAPI {
8484
baseUrl: serviceUrl.toString(),
8585
httpVersion: '2',
8686
interceptors: [authInterceptor, metricsInterceptor],
87-
useBinaryFormat: true,
87+
useBinaryFormat: false,
8888
pingIntervalMs: 120000,
8989
pingTimeoutMs: 10000
9090
});

0 commit comments

Comments
 (0)