Re: minimal httpd response
From: Martijn (subscription_remove_101_at_hot_remove_mail.com)
Date: 02/24/04
- Next message: Bill Cunningham: "Re: OOP"
- Previous message: Ricardo Gibert: "Re: XOR using NAND"
- In reply to: xbunny: "Re: minimal httpd response"
- Next in thread: xbunny: "Re: minimal httpd response"
- Reply: xbunny: "Re: minimal httpd response"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 24 Feb 2004 21:39:11 +0100
> >> The point is, when I use direct telnet, everything works fine, but
> >> when I use links, it chokes and tells me the following:
> >
> >
> >> Alert!: Unexpected network read error; connection aborted.
> >> Can't Access `http://www.xxxxxxx.nl:12000/index.html'
> >> Alert!: Unable to access document.
> >>
> >> lynx: Can't access startfile
> >>
> >
> > I built a toy httpd server once and alot of browsers got PO'd if I
> > closesocket the connection after sending the headers. They wanted the
> > socket to linger. Perhaps that is your culprit?
> >
>
> I should qualify that some more, linger is an option you set on the
> socket, you should still closesocket of course. Forgive me it was a long
> time ago...
Hmmm, I honestly don't know where to look for this one. Check the man pages
for some of the commands I use (in C), but haven't found anything. Any
pointers?
Thanks again,
-- Martijn http://www.sereneconcepts.nl
- Next message: Bill Cunningham: "Re: OOP"
- Previous message: Ricardo Gibert: "Re: XOR using NAND"
- In reply to: xbunny: "Re: minimal httpd response"
- Next in thread: xbunny: "Re: minimal httpd response"
- Reply: xbunny: "Re: minimal httpd response"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|