bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Windows 7 users


From: Guido Flohr
Subject: Re: [Bug-gnubg] Windows 7 users
Date: Mon, 17 Jan 2011 15:50:05 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101229 Lightning/1.0b2 Thunderbird/3.1.7

On 01/12/2011 09:25 PM, Philippe Michel wrote:
> If you use gnubg on a Windows 7 machine, could you take a look at this :
> 
> http://savannah.gnu.org/bugs/?32052

I'm on Linux but I can sort of reproduce it.  I think your assumption
about HTTP/0.9 vs HTTP/1.1 is right, see below.

I can't tell you whether the firewall is responsible or www.random.org.
 Anyway, upgrading the request to HTTP/1.1 does the job here.

Cheers,
Guido

$ telnet www.random.org 80
Trying 174.143.173.125...
Connected to 174-143-173-125.static.cloud-ips.com.
Escape character is '^]'.
GET /integers/?num=500&min=0&max=5&col=1&base=10&format=plain&rnd=new

Connection closed by foreign host.
$ telnet www.random.org 80
Trying 174.143.173.125...
Connected to 174-143-173-125.static.cloud-ips.com.
Escape character is '^]'.
GET /integers/?num=500&min=0&max=5&col=1&base=10&format=plain&rnd=new
HTTP/1.1
Host: www.random.org
Connection: close

HTTP/1.1 200 OK
Date: Mon, 17 Jan 2011 14:46:18 GMT
Server: Apache
X-Powered-By: PHP/5.2.6-1+lenny9
Set-Cookie: PHPSESSID=cc9124118b402e4e9431d182a42e8cab; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
Pragma: no-cache
RDO-Authenticated-Login: -
Vary: Accept-Encoding
Content-Length: 1000
Connection: close
Content-Type: text/plain; charset=UTF-8

3
4
4
2
5
etc.
-- 
Империя ООД                         | Imperia OOD
ул. „Княз-Борис-I“ № 86, София 1000 | ul. "Knyaz-Boris-I" № 86, Sofia
http://www.imperia.bg/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]