summaryrefslogtreecommitdiff
path: root/t/lib-httpd/error-smart-http.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-02-06t5551: test server-side ERR packetLibravatar Josh Steadmon1-0/+3
When a smart HTTP server sends an error message via pkt-line, we detect the error due to using PACKET_READ_DIE_ON_ERR_PACKET. This case was added by 2d103c31c2 (pack-protocol.txt: accept error packets in any context, 2018-12-29), but not covered by tests. Signed-off-by: Josh Steadmon <steadmon@google.com> Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>