Skip to content

Commit 77aa31a

Browse files
committed
Fix potential uninitialized error
1 parent 01f5f03 commit 77aa31a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ngx_http_immutable.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ ngx_http_immutable_filter(ngx_http_request_t *r)
131131

132132
cc = ngx_list_push(&r->headers_out.headers);
133133
if (cc == NULL) {
134-
e->hash = 0;
135134
return NGX_ERROR;
136135
}
137136

0 commit comments

Comments
 (0)