Hrvoje Niksic <hniksic <at> xemacs.org> writes:

> 
> "A. Carkaci" <carkaci <at> spk.gov.tr> writes:
> 
> > ---request begin---
> > GET /images/spk.ico HTTP/1.0
> > Referer: http://www.spk.gov.tr/
> > User-Agent: Wget/1.10
> > Accept: */*
> > Host: www.spk.gov.tr
> > Connection: Keep-Alive
> > ---request end---
> > HTTP request sent, awaiting response... 
> > ---response begin---
> > ---response end---
> > 200 No headers, assuming HTTP/0.9
> 
> Can you please put this code at the beginning of the function
> response_head_terminator() in http.c:
> 
>   DEBUGP (("Received hunk [%s], peeklen %d, oldlen %d\n",
>          escnonprint (hunk), peeklen, oldlen));
> 
> The code should come after the local variables declaration, just
> before the first comment.  Then recompile, try the same command, and
> send us the new output.  It should help us debug the problem.
> 
> 


Results.... after your the above operation

---request begin---
GET /images/spk.ico HTTP/1.0
Referer: http://www.spk.gov.tr/
User-Agent: Wget/1.10
Accept: */*
Host: www.spk.gov.tr
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... Received hunk [<!DOCTYPE HTML PUBLIC "-
//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>\015
\012<HTML><HEAD><TITLE>The page cannot be found</TITLE>\015\012<META HTTP-
EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\015\012<STYLE 
type="text/css">\015\012  BODY { font: 8pt/12pt verdana }\015\012  H1 { font: 
13pt/15pt verdana }\015\012  H2 { font: 8pt/12pt verdana }\015\012  A:link { 
color: red }\015\012  A:visited { color: maroon }\015\012</STYLE>\015
\012</HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>\015\012\015
\012<h1>The page cannot be found</htO], peeklen 511, oldlen 0

---response begin---
---response end---
200 No headers, assuming HTTP/0.9
Length: unspecified


Reply via email to