<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 10/19/12 1:29 PM, Casimiro de
      Almeida Barreto wrote:<br>
    </div>
    <blockquote cite="mid:50818E03.5030403@gmail.com" type="cite"><br>
      <big><tt>str := RWBinaryOrTextStream with: resp content.</tt></big><br>
    </blockquote>
    <br>
    Use<br>
    <br>
    &nbsp;&nbsp;&nbsp; str := ReadStream on: resp content.<br>
    <br>
    instead.<br>
    <br>
    Cheers,<br>
    Bob<br>
  </body>
</html>