Open steveklabnik opened 9 years ago
This still repros. The headers are a little different at this point (e.g., it's not clear that PHP is involved now).
HTTP/1.1 302 Found
Date: Wed, 31 Jan 2018 00:22:52 GMT
Server: Apache
Location: https://www.rust-lang.orghttp://rust-lang.org/
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Are there details on what's running behind rust-lang.org somewhere? Where is the code that handles this request? #170 refers to an NGINX server, although the response headers from rust-lang.org say Apache.
i think but am not sure that it's https://github.com/rust-lang/rust-central-station
This seems to be fixed for me.
Original issue: https://github.com/rust-lang/rust/issues/8435
Steps to reproduce
telnet rust-lang.org 80
)Send a request like this:
Expected result
Response should be 301 Moved Permanently with the location header set to
http://www.rust-lang.org/
.Actual result
There are two problems with this: