Merge branch 'jc/symbol-static'
[gitweb.git] / remote-curl.c
index b76dcb2e887efd5fdc977a1afb2f57500e5a9c8a..136100695994049f2e9d6357cb25dd5a9d73ae28 100644 (file)
@@ -510,7 +510,7 @@ static int rpc_service(struct rpc_state *rpc, struct discovery *heads)
        strbuf_addf(&buf, "Content-Type: application/x-%s-request", svc);
        rpc->hdr_content_type = strbuf_detach(&buf, NULL);
 
-       strbuf_addf(&buf, "Accept: application/x-%s-response", svc);
+       strbuf_addf(&buf, "Accept: application/x-%s-result", svc);
        rpc->hdr_accept = strbuf_detach(&buf, NULL);
 
        while (!err) {