• Nils Goroll's avatar
    Fix use of ObjGetSpace() for synthetic() · fc1ce6da
    Nils Goroll authored
    The size argument of ObjGetSpace() is only a hint and storage engines
    are free to return whatever size.
    
    If the transient storage returned less space than requested, the
    session was closed (no response body sent) with SC_OVERLOAD and
    "Error: Could not get storage" logged.
    fc1ce6da
cache_req_fsm.c 30.2 KB