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 d2f64e4 commit 6fb24d1Copy full SHA for 6fb24d1
1 file changed
test/tags/Http.cfc
@@ -126,14 +126,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="http" {
126
var res=deserializeJSON(res.filecontent);
127
assertEquals(data,res.httpRequestData.content);
128
}
129
-
130
- public void function testCheckTLSVersion(){
131
- http url="https://www.howsmyssl.com/a/check" result="local.res";
132
- expect(isJson(res.filecontent)).toBeTrue();
133
- var tlsReport = DeserializeJson(res.filecontent);
134
- // SystemOutput("", true);
135
- // SystemOutput("CFHTTP is using [#tlsReport.tls_version#] (jvm default)", true);
136
- }
137
138
public void function testCachedHttpRequest(){
139
http url="#variables.updateProvider#/rest/update/provider/echoGet" result="local.res" method="get" cachedWithin="request"{
0 commit comments