Commit a106f249 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

initializing some message attributes

parent 636f84ba
......@@ -58,6 +58,8 @@ ngx_http_push_stream_convert_buffer_to_msg_on_shared_locked(ngx_buf_t *buf)
msg->buf->end = msg->buf->last + len;
msg->buf->temporary = 1;
msg->buf->memory = 1;
msg->deleted = 0;
msg->expires = 0;
return msg;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment