Hi, On Thu, Jan 21, 2010 at 1:08 PM, Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx> wrote: > Looks like remote-curl (which handles http) issues request for: > > '.../info/refs?service=git-upload-pack' > > And expects that if there is no smart HTTP server there for the request to be > interpretted as: > > '.../info/refs' > > (i.e. webserver would ignore the query). This isn't true for git.debian.org. > Requesting the latter works (and the data formatting looks sane), but the > former is 404. This causes the fetch to fail. afaik, putting a "?var1=val1&var2=...." still makes it a normal GET request, even if the url requested is just a plain file and not some cgi handler that uses those variables/values. -- Cheers, Ray Chuan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html