Any HTTP client should be able to understand "HTTP/1.0 200 OK\r\n\r\n" and
any HTTP server should be able to understand "GET / HTTP/1.0\r\n\r\n" :-)
We can make the server a tad more impressive if we really want, without
adding more than a couple of hours-worth of programming, BTW.

 - Dave


Richard Dobson wrote:
> 
> > No ... I don't think you need 3 days to send some headers ... you just
> have
> > to preprend to all your outgoing connections "GET / HTTP/1.0\r\n\r\n" and
> to
> > all incomming connections "HTTP/1.0 200 OK\r\n\r\n". I really can't see
> why
> > you need 3 days to implement that. - Oh, sure ... you have to strip that
> > headers when you receive it ... 1 minute more to write the code for that.
> 
> What?? and you think that we be robust enough and compatible enough to
> always work with all clients, somehow I doubt it.
> 
> 
> _______________________________________________
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev
> 

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to