Hello,

Well I have studied the webserv example more and seem to have a bit better 
understanding of what is happening, however I have some additional questions 
which I hope someone could answer for me.

1- In the sample, if a request comes in to send to the browser a web page 
indicated as "/time.htm", webserv is supposed to send back a virtual page 
constructed from within the sample. The virtual page consists of some basic 
html code which is built in a data stream and then the data stream is sent via 
the 

((TMyHttpConnection *)Client)->SendStream();

However the browser never receives this web page. I don't understand why this 
page would never be received by the browser. Could someone explain this to me 
or tell me how it should be sent to the browser.

Thank you 

Mike


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to