[xSocket-develop] peek at connction.readXXX type
Status: Inactive
Brought to you by:
grro
|
From: Vic C. <vce...@gm...> - 2009-08-26 20:42:01
|
OK.... I am getting close, but need to see what "my" socket server received: A: did it get an string delimited by "\0"? (ex: Json or xml) B: was it a http request of ANY kind of any type. Questions: 1. How do I peek a connection.readXXX as to what it sent? 2a. If it's B, how do I read those "bytes" (?) if I don't know the length? 2b. Do I even care to read if it's B, can I just respond w/ the http redirect string you suggested? tia, .V |