• Nils Goroll's avatar
    Deprecate WS_Reserve() and replace it with WS_ReserveSize() · 4e333597
    Nils Goroll authored
    WS_ReserveSize() does not leave the workspace reserved when the
    reservation fails, so WS_Release() must be called for retval > 0 only.
    
    Besides the debug string, it is identical to WS_Reserve() except for
    
    	assert(bytes > 0);
    
    Follow-up #2967
    4e333597
vmod_proxy.c 3.84 KB