Skip to content

Commit 7d896ba

Browse files
kernelsmithzeroSteiner
authored andcommitted
removes a proxy vestige
1 parent f1e48b9 commit 7d896ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/request.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ def parse_args_http(args = [], type = 'http')
8282
'-I' => [ false, 'Show document info only' ],
8383
'-o' => [ true, 'Write output to <file> instead of stdout' ],
8484
'-u' => [ true, 'Server user and password' ],
85-
'-X' => [ true, 'Request method to use' ],
86-
'-x' => [ true, 'Proxy to use, format: [proto://][user:pass@]host[:port]' +
87-
' Proto defaults to http:// and port to 1080'],
85+
'-X' => [ true, 'Request method to use' ]
86+
#'-x' => [ true, 'Proxy to use, format: [proto://][user:pass@]host[:port]' +
87+
# ' Proto defaults to http:// and port to 1080'],
8888
)
8989

9090
options = {

0 commit comments

Comments
 (0)