Skip to content

Commit

Permalink
resty/http_ng/backend/ngx.lua: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Aug 26, 2024
1 parent 0292b0e commit 0b08ebc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 127 deletions.
10 changes: 0 additions & 10 deletions gateway/http.d/upstream.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,3 @@ upstream upstream {
keepalive 1024;
keepalive_pool $upstream_keepalive_key;
}

upstream http_client {
server 0.0.0.1:1;

balancer_by_lua_block {
require('resty.http_ng.backend.ngx'):balancer()
}

keepalive 1024;
}
72 changes: 0 additions & 72 deletions gateway/src/resty/http_ng/backend/ngx.lua

This file was deleted.

45 changes: 0 additions & 45 deletions spec/resty/http_ng/backend/ngx_spec.lua

This file was deleted.

0 comments on commit 0b08ebc

Please sign in to comment.