File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ var request = require('../index')
5
5
var tape = require ( 'tape' )
6
6
var destroyable = require ( 'server-destroy' )
7
7
8
-
9
8
var s = server . createHttp2Server ( )
10
9
destroyable ( s )
11
10
@@ -39,8 +38,6 @@ tape('setup', function (t) {
39
38
} )
40
39
} )
41
40
42
-
43
-
44
41
tape ( 'undefined headers' , function ( t ) {
45
42
request ( {
46
43
url : s . url + '/headers.json' ,
@@ -72,7 +69,6 @@ tape('preserve port in authority header if non-standard port', function (t) {
72
69
} )
73
70
} )
74
71
75
-
76
72
tape ( 'strip port in authority header if explicit standard port (:443) & protocol (HTTPS)' , function ( t ) {
77
73
request ( {
78
74
url : 'https://localhost:443/headers.json' ,
@@ -84,7 +80,6 @@ tape('strip port in authority header if explicit standard port (:443) & protocol
84
80
} )
85
81
} )
86
82
87
-
88
83
tape ( 'strip port in authority header if implicit standard port & protocol (HTTPS)' , function ( t ) {
89
84
request ( {
90
85
url : 'https://localhost/headers.json' ,
You can’t perform that action at this time.
0 commit comments