Merge branch 'bc/http-backend-allow-405'
commit26e53f8ac02a5929e4b614010afaa9787f567698
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Sep 2013 19:30:54 +0000 (20 12:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Sep 2013 19:30:54 +0000 (20 12:30 -0700)
tree1b5b0955549433863cd88f68acf3599a60b42c57
parent3fb9d685dbff20bbc9d441a85eb3bef17ef5ec0f
parent9247be05cf686dc98dd504f8f9fb0f07da1a29d1
Merge branch 'bc/http-backend-allow-405'

When the webserver responds with "405 Method Not Allowed", it
should tell the client what methods are allowed with the "Allow"
header.

* bc/http-backend-allow-405:
  http-backend: provide Allow header for 405
http-backend.c