fixed bug in memcache chains

This commit is contained in:
Roman Arutyunyan 2012-04-12 13:40:28 +04:00
parent f9f1bcaa6e
commit c066285733

View file

@ -599,6 +599,7 @@ ngx_rtmp_netcall_memcache_set(ngx_rtmp_session_t *s, ngx_pool_t *pool,
return NULL;
}
cl->next = NULL;
cl->buf = b;
b->last = ngx_snprintf(b->last, b->end - b->last,