Posts for Sintendo

Experienced Forum User
Joined: 4/12/2010
Posts: 3
I noticed that http://tasvideos.org doesn't return a Content-Type header while the rest of the site does:
$ curl -s -I -X GET http://tasvideos.org
HTTP/1.1 200 OK
Date: Tue, 02 Jan 2018 20:25:06 GMT
Server: Apache
X-UA-Compatible: IE=edge;chrome=1
Last-Modified: Tue, 02 Jan 2018 20:20:06 GMT
Accept-Ranges: bytes
Content-Length: 19712
$ curl -s -I -X GET http://tasvideos.org/711M.html
HTTP/1.1 200 OK
Date: Tue, 02 Jan 2018 20:28:11 GMT
Server: Apache
X-UA-Compatible: IE=edge;chrome=1
Last-Modified: Tue, 02 Jan 2018 18:36:28 GMT
Accept-Ranges: bytes
Content-Length: 227115
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Experienced Forum User
Joined: 4/12/2010
Posts: 3
Why would there be two ROMs?
Experienced Forum User
Joined: 4/12/2010
Posts: 3
andypanther wrote:
Slowking wrote:
Guess we should ask the devs if using the 1.6 source is allowed then... now that 2.0 is officially open source I don't think they'll have anything against it...
If the whole thing is open source now, wouldn't 1.7 be the optimal version? To my knowledge, this was always regarded as superior to 1.6.
1.7 source was never released.