Greetings.
I've built small test for Treo network testing and looks like it has a bug. But I can't discover where :(
This test should go to http://www.quickoutliner.com and get bugreport.html from server. There is about 500 bytes traffic.
It works in the following way:
1. Creates non-blocking socket
2. Resolves domain name
3. Start connecting
4. Handler for nilEvent calls NetLibSelect to determine socket's readiness for writing request
5. Request is written to socket
6. Handler for nilEvent calls NetLibSelect to determine socket's readiness for reading response
7. However NetLibReceive immediately returns 0 :( I tried to do it from normal telnet application - it works.
Can anyone look on the test and tell me about possible bugs?
http://www.quickoutliner.com/Starter.prc - the prc file http://www.quickoutliner.com/NetTest.zip - sources
-- With best regards, Dmytro Bogovych http://www.quickoutliner.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
