Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
8chanAnon authored Aug 11, 2024
1 parent 5d65569 commit 3393405
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/kraker-remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@ function http_handler (request, response)
//if (local & 128) options.ALPNProtocols = ['h2', 'http/1.1'];
if (local & 256) options.secureContext = secureContext;

create_request();

/*
if (!(m = param ["vpx"])) create_request(); else
{
m = m.split (m.includes ("+") ? "+" : ":"); head = m[0]; port = safe_numero (m[1]);
Expand Down Expand Up @@ -419,7 +416,6 @@ function http_handler (request, response)
options.createConnection = function() { return conn; }; create_request();
}
}
*/

function create_request ()
{
Expand Down

0 comments on commit 3393405

Please sign in to comment.