Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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).

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.