- From: Voronkov Konstantin <winky@abris-ltd.ru>
- Date: Thu, 29 May 2003 03:55:32 -0400 (EDT)
- To: <ietf-http-wg@w3.org>
Thanks you all for help, The problem was that I asked to close connection but I did not called closesocket() API. And browser waited that event. Best Regards, Voronkov Konstantin ----- Original Message ----- From: "David Morris" <dwm@xpasc.com> To: "Bjoern Hoehrmann" <derhoermi@gmx.net> Cc: "Voronkov Konstantin" <Konstantin.Voronkov@validian.com>; <ietf-http-wg@w3.org> Sent: Wednesday, May 28, 2003 9:08 PM Subject: Re: Simple HTTP server problem (without proxy) > Actually, his body does contain 5 bytes. I have vague memory that in the > past some browsers required a \r\n following the content. > > On Wed, 28 May 2003, Bjoern Hoehrmann wrote: > > > > > * Voronkov Konstantin wrote: > > >Content-Type: text-html\r\n > > ^ / and more accurate would be text/plain > > > > >Pragma: no-cache\r\n > > >Cache-Control: no-cache\r\n > > >Cache-Control: no-transform\r\n > > >Content-Length: 5\r\n\r\n > > >Hello > > > > This body contains four bytes, not five. > > > >
Received on Thursday, 29 May 2003 07:40:31 UTC