We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ccee3 commit b97f30cCopy full SHA for b97f30c
src/connection.ts
@@ -639,7 +639,7 @@ function isSameStream({ metadataInfo }: { metadataInfo: MetadataInfo }): (e: Lis
639
return (e) => e.stream === metadataInfo.stream
640
}
641
642
-function buildSSLParams(ssl: SSLConnectionParams | boolean) {
+function buildSSLParams(ssl: SSLConnectionParams | true) {
643
if (ssl === true) return {}
644
645
return {
0 commit comments