Re: [PATCH v2 2/2] connect: advertized capability is not a ref
From: Junio C Hamano <hidden> Date: 2016-09-07 23:02:27
Jonathan Nieder [off-list ref] writes:
Given that there aren't any servers that are going to produce this
kind of bad input anyway, I prefer a die().
That would certainly put bigger pressure on the folks who write
buggy stuff in the future. If we know that nobody produces such
output, I'd prefer to forbid it, of course. It's just that is not
what this 2/2 implements ;-).