CVS diff for depot.c between 1.9 and 1.8:

Revision 1.8 Revision 1.9
Line 117 Line 117
                    reqnode* rn = (reqnode*)msg; 
 
/* Send back 'unavailable' message and close connection */ 
                    reqnode* rn = (reqnode*)msg; 
 
/* Send back 'unavailable' message and close connection */ 
                    response_503(msg->fd); 
                    STATIC_RESPONSE(msg->fd, 503); 
                    COW_CLOSE(msg->fd); 
--cow_cur_conn; 
 
                    COW_CLOSE(msg->fd); 
--cow_cur_conn; 
 
Line 171 Line 171
    return (void *)NULL; 

 
    return (void *)NULL; 

 


Legend
Lines deleted from 1.9  
Lines Modified
  Lines added in revision 1.8