On Wed, Feb 13, 2019 at 07:33:22PM -0800, Junio C Hamano wrote: > [Graduated to "master"] > [...] > * js/smart-http-detect-remote-error (2019-02-06) 3 commits > (merged to 'next' on 2019-02-06 at ec1a6f67c1) > + t5551: test server-side ERR packet > + remote-curl: tighten "version 2" check for smart-http > + remote-curl: refactor smart-http discovery > > Some errors from the other side coming over smart HTTP transport > were not noticed, which has been corrected. Hmm, this was maybe a risky one to merge as part of -rc1. It is just enforcing the rules from the spec document, but it's possible that it may trigger on some poorly-behaved server. I'm not worried enough to suggest pulling it back, but it's something we should keep an eye on during the -rc period. -Peff