I am sending bytes over tcp (c++ client) to server. Server is Tornado app ( I've downloaded from https://gist.github.com/1231481 and I need to just back what I sent. Problem is that there is read_unit and I don't have in messages '\n'. I looked at read functions for stream, there is also one which read number of bytes but I don't know exactly length od message(messages are different size). How to read all what I sent and return back ? ( Messages are numbers - integers and long to byte array).
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.