Skip to content

Commit 668c193

Browse files
o-nnerbFranzBusch
andauthored
Removed duplicated code (#694)
Co-authored-by: Franz Busch <f.busch@apple.com>
1 parent c7fb775 commit 668c193

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/AsyncHTTPClient/NIOTransportServices/TLSConfiguration.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@ extension TLSConfiguration {
121121
}
122122
}
123123

124-
// the certificate chain
125-
if self.certificateChain.count > 0 {
126-
preconditionFailure("TLSConfiguration.certificateChain is not supported. \(useMTELGExplainer)")
127-
}
128-
129124
// cipher suites
130125
if self.cipherSuites.count > 0 {
131126
// TODO: Requires NIOSSL to provide list of cipher values before we can continue

0 commit comments

Comments
 (0)