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
diff.0-1 -rw-r--r-- 49 bytes
diff.0-2 -rw-r--r-- 77 bytes
diff.0-3 -rw-r--r-- 80 bytes
diff.1-0 -rw-r--r-- 49 bytes
diff.1-2 -rw-r--r-- 80 bytes
diff.1-3 -rw-r--r-- 80 bytes
diff.2-0 -rw-r--r-- 77 bytes
diff.2-1 -rw-r--r-- 80 bytes
diff.2-3 -rw-r--r-- 77 bytes
diff.3-0 -rw-r--r-- 80 bytes
diff.3-1 -rw-r--r-- 80 bytes
diff.3-2 -rw-r--r-- 77 bytes

back to top