Revision 8efa5f629efb9a8af48619ee90dee02343e0f19d authored by Shawn O. Pearce on 12 January 2010, 17:54:04 UTC, committed by Junio C Hamano on 12 January 2010, 21:09:44 UTC
We actually expect to see an application/x-git-upload-pack-result
but we lied and said we Accept *-response.  This was a typo on my
part when I was writing the code.

Fortunately the wrong Accept header had no real impact, as the
deployed git-http-backend servers were not testing the Accept
header before they returned their content.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent fbb9971
History
File Mode Size
.gitignore -rw-r--r-- 47 bytes
Git.pm -rw-r--r-- 35.1 KB
Makefile -rw-r--r-- 1.4 KB
Makefile.PL -rw-r--r-- 1003 bytes
private-Error.pm -rw-r--r-- 18.6 KB

back to top