view src/core/ngx_slab.c @ 841:790ed4eb762e

fix big client body receiving with deferred accept()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 13 Nov 2006 20:40:17 +0000
parents 4390fcad6628
children 201d017ea470
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */



void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size)
{
   return NULL;
}