X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fhttp-https-proxy%2Fhttp_proxy.js;h=e90dfcadcc3292b00835bc4c691df1f5fa311a63;hb=refs%2Fchanges%2F62%2F8262%2F1;hp=0bab0523b55b146b2c2a8870a62412255af0fa0b;hpb=0a882454d203e62e18f55ed1d3d5b3790801169b;p=nonrtric.git diff --git a/test/http-https-proxy/http_proxy.js b/test/http-https-proxy/http_proxy.js index 0bab0523..e90dfcad 100644 --- a/test/http-https-proxy/http_proxy.js +++ b/test/http-https-proxy/http_proxy.js @@ -77,7 +77,7 @@ function httpclientrequest(clientrequest, clientresponse) { if (crproto != undefined) { crurl=crproto+"://"+crhost+crurl if (debug) { - console.log(" Constructed ulr: "+crurl) + console.log(" Constructed url: "+crurl) } } else if (crurl.startsWith('/')) { console.log("Catched bad url in http request: "+crurl)