We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7779bd6 commit 69ae45aCopy full SHA for 69ae45a
ngx_rtmp.h
@@ -170,8 +170,6 @@ typedef struct {
170
171
ngx_buf_t **free;
172
ngx_int_t nfree;
173
-
174
- unsigned proxy_protocol:1;
175
} ngx_rtmp_connection_t;
176
177
ngx_rtmp_init.c
@@ -146,7 +146,7 @@ ngx_rtmp_init_connection(ngx_connection_t *c)
146
147
s->auto_pushed = unix_socket;
148
149
- if (rconn->proxy_protocol) {
+ if (ronn->addr_conf->proxy_protocol) {
150
ngx_rtmp_proxy_protocol(s);
151
152
} else {
0 commit comments