Coverity picked up a potential issue with the previous commitd9f5f1fb7("Ruby: Handle response field arrays") in that a size_t could wrap around to SIZE_MAX - 1. This would happen if we were given an empty array of header values. Fixes:d9f5f1fb7("Ruby: Handle response field arrays") Signed-off-by: Andrew Clayton <a.clayton@nginx.com>