>The web server receives my request because the access log shows my >request and the number of bytes it sent. But I can't receive any >data. Below is my code. It uses the NetU functions.
Are you sure that your server tries to send a response? In my experience, HTTP requests need to terminate with a dual return character in order for the server to try and send a response. I believe that's part of the HTTP protocol. You might want to look at that first. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
