@@ -57,7 +57,7 @@ func TestArgsParsing(t *testing.T) {
5757 timeout : defaultTimeout ,
5858 headers : new (headersList ),
5959 method : "GET" ,
60- url : "https://somehost.somedomain" ,
60+ url : "https://somehost.somedomain:443 " ,
6161 printIntro : true ,
6262 printProgress : true ,
6363 printResult : true ,
@@ -101,7 +101,7 @@ func TestArgsParsing(t *testing.T) {
101101 headers : new (headersList ),
102102 method : "GET" ,
103103 numReqs : & defaultNumberOfReqs ,
104- url : "https://somehost.somedomain" ,
104+ url : "https://somehost.somedomain:443 " ,
105105 printIntro : true ,
106106 printProgress : true ,
107107 printResult : true ,
@@ -127,7 +127,7 @@ func TestArgsParsing(t *testing.T) {
127127 headers : new (headersList ),
128128 printLatencies : true ,
129129 method : "GET" ,
130- url : "https://somehost.somedomain" ,
130+ url : "https://somehost.somedomain:443 " ,
131131 printIntro : true ,
132132 printProgress : true ,
133133 printResult : true ,
@@ -153,7 +153,7 @@ func TestArgsParsing(t *testing.T) {
153153 headers : new (headersList ),
154154 insecure : true ,
155155 method : "GET" ,
156- url : "https://somehost.somedomain" ,
156+ url : "https://somehost.somedomain:443 " ,
157157 printIntro : true ,
158158 printProgress : true ,
159159 printResult : true ,
@@ -182,7 +182,7 @@ func TestArgsParsing(t *testing.T) {
182182 method : "GET" ,
183183 keyPath : "testclient.key" ,
184184 certPath : "testclient.cert" ,
185- url : "https://somehost.somedomain" ,
185+ url : "https://somehost.somedomain:443 " ,
186186 printIntro : true ,
187187 printProgress : true ,
188188 printResult : true ,
@@ -222,7 +222,7 @@ func TestArgsParsing(t *testing.T) {
222222 headers : new (headersList ),
223223 method : "POST" ,
224224 body : "reqbody" ,
225- url : "https://somehost.somedomain" ,
225+ url : "https://somehost.somedomain:443 " ,
226226 printIntro : true ,
227227 printProgress : true ,
228228 printResult : true ,
@@ -258,7 +258,7 @@ func TestArgsParsing(t *testing.T) {
258258 {"Two" , "Value two" },
259259 },
260260 method : "GET" ,
261- url : "https://somehost.somedomain" ,
261+ url : "https://somehost.somedomain:443 " ,
262262 printIntro : true ,
263263 printProgress : true ,
264264 printResult : true ,
@@ -293,7 +293,7 @@ func TestArgsParsing(t *testing.T) {
293293 timeout : defaultTimeout ,
294294 headers : new (headersList ),
295295 method : "GET" ,
296- url : "https://somehost.somedomain" ,
296+ url : "https://somehost.somedomain:443 " ,
297297 rate : & ten ,
298298 printIntro : true ,
299299 printProgress : true ,
@@ -318,7 +318,7 @@ func TestArgsParsing(t *testing.T) {
318318 timeout : defaultTimeout ,
319319 headers : new (headersList ),
320320 method : "GET" ,
321- url : "https://somehost.somedomain" ,
321+ url : "https://somehost.somedomain:443 " ,
322322 clientType : fhttp ,
323323 printIntro : true ,
324324 printProgress : true ,
@@ -339,7 +339,7 @@ func TestArgsParsing(t *testing.T) {
339339 timeout : defaultTimeout ,
340340 headers : new (headersList ),
341341 method : "GET" ,
342- url : "https://somehost.somedomain" ,
342+ url : "https://somehost.somedomain:443 " ,
343343 clientType : nhttp1 ,
344344 printIntro : true ,
345345 printProgress : true ,
@@ -360,7 +360,7 @@ func TestArgsParsing(t *testing.T) {
360360 timeout : defaultTimeout ,
361361 headers : new (headersList ),
362362 method : "GET" ,
363- url : "https://somehost.somedomain" ,
363+ url : "https://somehost.somedomain:443 " ,
364364 clientType : nhttp2 ,
365365 printIntro : true ,
366366 printProgress : true ,
@@ -392,7 +392,7 @@ func TestArgsParsing(t *testing.T) {
392392 headers : new (headersList ),
393393 method : "GET" ,
394394 bodyFilePath : "testbody.txt" ,
395- url : "https://somehost.somedomain" ,
395+ url : "https://somehost.somedomain:443 " ,
396396 printIntro : true ,
397397 printProgress : true ,
398398 printResult : true ,
@@ -418,7 +418,7 @@ func TestArgsParsing(t *testing.T) {
418418 headers : new (headersList ),
419419 method : "GET" ,
420420 stream : true ,
421- url : "https://somehost.somedomain" ,
421+ url : "https://somehost.somedomain:443 " ,
422422 printIntro : true ,
423423 printProgress : true ,
424424 printResult : true ,
@@ -437,7 +437,7 @@ func TestArgsParsing(t *testing.T) {
437437 timeout : defaultTimeout ,
438438 headers : new (headersList ),
439439 method : "GET" ,
440- url : "https://somehost.somedomain" ,
440+ url : "https://somehost.somedomain:443 " ,
441441 printIntro : true ,
442442 printProgress : true ,
443443 printResult : true ,
@@ -482,7 +482,7 @@ func TestArgsParsing(t *testing.T) {
482482 timeout : defaultTimeout ,
483483 headers : new (headersList ),
484484 method : "GET" ,
485- url : "https://somehost.somedomain" ,
485+ url : "https://somehost.somedomain:443 " ,
486486 printIntro : true ,
487487 printProgress : true ,
488488 printResult : true ,
@@ -527,7 +527,7 @@ func TestArgsParsing(t *testing.T) {
527527 timeout : defaultTimeout ,
528528 headers : new (headersList ),
529529 method : "GET" ,
530- url : "https://somehost.somedomain" ,
530+ url : "https://somehost.somedomain:443 " ,
531531 printIntro : true ,
532532 printProgress : false ,
533533 printResult : true ,
@@ -552,7 +552,7 @@ func TestArgsParsing(t *testing.T) {
552552 timeout : defaultTimeout ,
553553 headers : new (headersList ),
554554 method : "GET" ,
555- url : "https://somehost.somedomain" ,
555+ url : "https://somehost.somedomain:443 " ,
556556 printIntro : false ,
557557 printProgress : false ,
558558 printResult : false ,
@@ -597,7 +597,7 @@ func TestArgsParsing(t *testing.T) {
597597 timeout : defaultTimeout ,
598598 headers : new (headersList ),
599599 method : "GET" ,
600- url : "https://somehost.somedomain" ,
600+ url : "https://somehost.somedomain:443 " ,
601601 printIntro : true ,
602602 printProgress : true ,
603603 printResult : true ,
@@ -642,7 +642,7 @@ func TestArgsParsing(t *testing.T) {
642642 timeout : defaultTimeout ,
643643 headers : new (headersList ),
644644 method : "GET" ,
645- url : "https://somehost.somedomain" ,
645+ url : "https://somehost.somedomain:443 " ,
646646 printIntro : true ,
647647 printProgress : true ,
648648 printResult : true ,
@@ -672,7 +672,7 @@ func TestArgsParsing(t *testing.T) {
672672 timeout : defaultTimeout ,
673673 headers : new (headersList ),
674674 method : "GET" ,
675- url : "https://somehost.somedomain" ,
675+ url : "https://somehost.somedomain:443 " ,
676676 printIntro : true ,
677677 printProgress : true ,
678678 printResult : true ,
0 commit comments