[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-users] Re: git "smart http" protocol
From: |
Sylvain Beucler |
Subject: |
Re: [Savannah-users] Re: git "smart http" protocol |
Date: |
Fri, 17 Sep 2010 07:43:19 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hi,
On Fri, Sep 17, 2010 at 02:17:30PM +0900, Miles Bader wrote:
> Sylvain Beucler <address@hidden> writes:
> > Hmmm, actually it works, but it doesn't support a HTTP redirect
> > (namely git.sv.gnu.org -> git.savannah.gnu.org).
>
> I'm a little confused ... is savannah sending a proper redirect?
>
> When I telnet to git.sv.gnu.org on the http port, I don't see any http
> headers in the response (I typed the "GET ..." line below, the rest is
> savannah's response):
>
> $ telnet git.sv.gnu.org http
> Trying 140.186.70.72...
> Connected to git.sv.gnu.org.
> Escape character is '^]'.
> GET http://git.sv.gnu.org/r/freedink.git
[snip!]
Try with HTTP/1.1:
GET /r/freedink.git HTTP/1.1
Host: git.sv.gnu.org
HTTP/1.1 301 Moved Permanently
Date: Fri, 17 Sep 2010 05:42:39 GMT
...
--
Sylvain
- [Savannah-users] git "smart http" protocol, Miles Bader, 2010/09/15
- Re: [Savannah-users] git "smart http" protocol, Sylvain Beucler, 2010/09/16
- Re: [Savannah-users] git "smart http" protocol, Andreas K. Foerster, 2010/09/16
- [Savannah-users] Re: git "smart http" protocol, Miles Bader, 2010/09/16
- Re: [Savannah-users] Re: git "smart http" protocol, Sylvain Beucler, 2010/09/16
- Re: [Savannah-users] Re: git "smart http" protocol, Sylvain Beucler, 2010/09/16
- [Savannah-users] Re: git "smart http" protocol, Miles Bader, 2010/09/17
- Re: [Savannah-users] Re: git "smart http" protocol,
Sylvain Beucler <=
- Re: [Savannah-users] Re: git "smart http" protocol, Miles Bader, 2010/09/17
- Re: [Savannah-users] Re: git "smart http" protocol, Sylvain Beucler, 2010/09/17
- Re: [Savannah-users] git "smart http" protocol, James Cloos, 2010/09/16