Skip to content

Commit

Permalink
Merge pull request chobits#252 from chobits/for_pull_request
Browse files Browse the repository at this point in the history
fixed compilation error on clang
  • Loading branch information
chobits authored Feb 9, 2023
2 parents ed4b9cf + b3f246a commit 25776bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngx_http_proxy_connect_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ ngx_http_proxy_connect_tunnel(ngx_http_request_t *r,
"proxy_connect: tunnel fu:%ui write:%ui",
from_upstream, do_write);

c = c;
pc = u->peer.connection;

if (from_upstream) {
Expand Down

0 comments on commit 25776bd

Please sign in to comment.