Author Topic: TCPObject GET requests  (Read 2632 times)

Sounds good, but how do I detect when lines are recieved?

::onLine( %this, %line )

::onLine( %this, %line )

kinda the point of this thread is the fact that isn't working in this case for some reason

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.