• 
      

    Fix cache_stats retrieval

    Review Request #2926 — Created Feb. 27, 2012 and submitted

    Information

    Review Board

    Reviewers

    Fixes issue when the receiving buffer is not sufficient resulting in:
    
    
      File "..../reviewboard/admin/cache_stats.py", line 72, in get_cache_stats
        value = int(info[2])
    IndexError: list index out of range
    
    
    Fixed the issue with my memcached.
    chipx86
    1. Ship It!
    2. 
        
    BA
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.6.x (9f0b8fa)