diff options
author | Jeff King <peff@peff.net> | 2013-02-06 11:39:52 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-06 16:50:56 +0100 |
commit | 3443db51a0f2a43061d4badc6a0065672386eae5 (patch) | |
tree | 7f5965d57f00c7c472db6513df0204a0915028c9 /credential-cache--daemon.c | |
parent | t5551: fix expected error output (diff) | |
download | git-3443db51a0f2a43061d4badc6a0065672386eae5.tar.xz git-3443db51a0f2a43061d4badc6a0065672386eae5.zip |
http_request: reset "type" strbuf before adding
Callers may pass us a strbuf which we use to record the
content-type of the response. However, we simply appended to
it rather than overwriting its contents, meaning that cruft
in the strbuf gave us a bogus type. E.g., the multiple
requests triggered by http_request could yield a type like
"text/plainapplication/x-git-receive-pack-advertisement".
Reported-by: Michael Schubert <mschub@elegosoft.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'credential-cache--daemon.c')
0 files changed, 0 insertions, 0 deletions