You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adjust pointers to last elements in lists when needed
when copying objects of type ngx_list_t, pointers last must be set to
part if there is only one part in the list, otherwise further additions
to the target list may affect only the source list; particularly, gzip
module may add a Content-Encoding header which, in case of failure, may
break HTTP response as the response body will still be gzipped
0 commit comments