Closed elzes closed 10 years ago
@mdasberg Is this a correct fix for your code change?
I think @mdasberg's condition should still pass after you've added the grouping. Operator precedence would've caused the previous revision to be interpreted as (code === 1 || (code === 100 && keepAlive)), which would work for the shard failure but disregard the keepalive for spec failure. I need to get more familiar with the shard functionality to write some test cases.
The keepalive check didn't work anymore