Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
TCPObject GET requests
« previous
next »
Print
Pages:
1
2
3
[
4
]
Author
Topic: TCPObject GET requests (Read 2632 times)
Port
March 18, 2012, 05:29:12 AM
Quote from: Nexus on March 18, 2012, 04:07:10 AM
Sounds good, but how do I detect when lines are recieved?
::onLine( %this, %line )
Ad Bot
Advertisement
Nexus
March 18, 2012, 01:20:45 PM
Quote from: Port on March 18, 2012, 05:29:12 AM
::onLine( %this, %line )
kinda the point of this thread is the fact that isn't working in this case for some reason
Nexus
May 09, 2012, 04:12:16 PM
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.
Print
Pages:
1
2
3
[
4
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
TCPObject GET requests