Blockland Forums > Modification Help
TCPObject GET requests
Port:
--- Quote from: Nexus on March 18, 2012, 04:07:10 AM ---Sounds good, but how do I detect when lines are recieved?
--- End quote ---
::onLine( %this, %line )
Nexus:
--- Quote from: Port on March 18, 2012, 05:29:12 AM ---::onLine( %this, %line )
--- End quote ---
kinda the point of this thread is the fact that isn't working in this case for some reason
Nexus:
big bump because I finally fixed it
I needed to end the line with \r\n\r\n instead of just \r\n or \n\n
That explains that the server was probably waiting for me to properly finish whatever I was sending, which is why it didn't seem to do anything.