Skip to main content
Home Forums 68kMLA Help with TCPExample in Pascal — #14
Post #14 by mactjaap
Source Forum68kMLA
CategoryDevelopment
Post DateThu, 24 Oct 2013 - 21:58
Original URLhttps://68kmla.org/bb/threads/help-with-tcpexample-in-pascal.29110/
Post
You are right! I added a cr and lf between header and data and it works!

I also added a

Code:
CloseConnection(cer.connection); { Close our side of the connection }
And my version of the MacTjaapHTTPD server works!

Now the next challange... how to reopen the NewPassiveConnection after a requests is handeld and closed.... so new connections can be made!!!

mp.ls