21 Sep
2010
21 Sep
'10
10:07 p.m.
Then your binary data is likely being interpreted as text, especially since you don't open the stringstream in binary mode.
I tried to correct the opening of archives in binary mode with no luck. I also tried to send data as plain text with no luck either. I'm using boost 1.44. Can anyone confirm if this is a bug or it's my fault? I bet it's the second, but I can't imagine why :-(. Thanks in advance.