@@ -77,12 +77,12 @@ extension HTTPClientTests {
77
77
( " testWorksWhenServerClosesConnectionAfterReceivingRequest " , testWorksWhenServerClosesConnectionAfterReceivingRequest) ,
78
78
( " testSubsequentRequestsWorkWithServerSendingConnectionClose " , testSubsequentRequestsWorkWithServerSendingConnectionClose) ,
79
79
( " testSubsequentRequestsWorkWithServerAlternatingBetweenKeepAliveAndClose " , testSubsequentRequestsWorkWithServerAlternatingBetweenKeepAliveAndClose) ,
80
-
80
+
81
81
( " testStressGetHttpsSSLError " , testStressGetHttpsSSLError) ,
82
82
( " testSelfSignedCertificateIsRejectedWithCorrectError " , testSelfSignedCertificateIsRejectedWithCorrectError) ,
83
83
( " testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded " , testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded) ,
84
84
( " testFailingConnectionIsReleased " , testFailingConnectionIsReleased) ,
85
-
85
+
86
86
( " testStressGetClose " , testStressGetClose) ,
87
87
( " testManyConcurrentRequestsWork " , testManyConcurrentRequestsWork) ,
88
88
( " testRepeatedRequestsWorkWhenServerAlwaysCloses " , testRepeatedRequestsWorkWhenServerAlwaysCloses) ,
@@ -103,7 +103,7 @@ extension HTTPClientTests {
103
103
( " testUseExistingConnectionOnDifferentEL " , testUseExistingConnectionOnDifferentEL) ,
104
104
( " testWeRecoverFromServerThatClosesTheConnectionOnUs " , testWeRecoverFromServerThatClosesTheConnectionOnUs) ,
105
105
( " testPoolClosesIdleConnections " , testPoolClosesIdleConnections) ,
106
-
106
+
107
107
( " testAvoidLeakingTLSHandshakeCompletionPromise " , testAvoidLeakingTLSHandshakeCompletionPromise) ,
108
108
( " testAsyncShutdown " , testAsyncShutdown) ,
109
109
( " testAsyncShutdownDefaultQueue " , testAsyncShutdownDefaultQueue) ,
@@ -125,7 +125,7 @@ extension HTTPClientTests {
125
125
( " testContentLengthTooLongFails " , testContentLengthTooLongFails) ,
126
126
( " testContentLengthTooShortFails " , testContentLengthTooShortFails) ,
127
127
( " testBodyUploadAfterEndFails " , testBodyUploadAfterEndFails) ,
128
-
128
+
129
129
( " testDoubleError " , testDoubleError) ,
130
130
( " testSSLHandshakeErrorPropagation " , testSSLHandshakeErrorPropagation) ,
131
131
( " testSSLHandshakeErrorPropagationDelayedClose " , testSSLHandshakeErrorPropagationDelayedClose) ,
@@ -144,7 +144,7 @@ extension HTTPClientTests {
144
144
( " testCloseWhileBackpressureIsExertedIsFine " , testCloseWhileBackpressureIsExertedIsFine) ,
145
145
( " testErrorAfterCloseWhileBackpressureExerted " , testErrorAfterCloseWhileBackpressureExerted) ,
146
146
( " testRequestSpecificTLS " , testRequestSpecificTLS) ,
147
-
147
+
148
148
( " testRequestWithHeaderTransferEncodingIdentityDoesNotFail " , testRequestWithHeaderTransferEncodingIdentityDoesNotFail) ,
149
149
( " testMassiveDownload " , testMassiveDownload) ,
150
150
( " testShutdownWithFutures " , testShutdownWithFutures) ,
0 commit comments