Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Sep 21, 2024
1 parent b4cf1ae commit 40cd174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngx_http_upstream_queue_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static ngx_int_t ngx_http_upstream_queue_peer_init(ngx_http_request_t *r, ngx_ht
queue_init(&d->queue);
if (qscf->peer.init(r, uscf) != NGX_OK) return NGX_ERROR;
ngx_http_upstream_t *u = r->upstream;
u->conf->upstream = uscf;
d->peer = u->peer;
d->request = r;
u->peer.data = d;
Expand Down

0 comments on commit 40cd174

Please sign in to comment.