view src/core/ngx_slab.c @ 712:2452d89efea9

fix uri part in "proxy_pass http://unix:...", the bug appeared in nginx-0.3.47
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Sep 2006 14:45:37 +0000
parents 42d11f017717
children f9b9b84a8e18
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */



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