<div dir="ltr">Delete the file before calling httpc:request.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 12, 2015 at 11:16 AM, Yury Shefer <span dir="ltr"><<a href="mailto:shefys@gmail.com" target="_blank">shefys@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I'm studying Erlang and have a simple question. In my http request function i'm using stream to save the output to the file. The question is how to replace the file content instead of adding additional data to it? </div><div><br></div><div><div>fetch_db_ver() -></div><div><span style="white-space:pre-wrap">            </span>httpc:request(get,</div><div><span style="white-space:pre-wrap">                               </span>{"<a href="http://www.domain.com/CURRENTDBVERSION" target="_blank">http://www.domain.com/CURRENTDBVERSION</a>",[]},</div><div><span style="white-space:pre-wrap">                            </span>[],</div><div><span style="white-space:pre-wrap">                              </span>[{stream, "CURRENTDBVERSION"}]</div><div><span style="white-space:pre-wrap">                         </span>).</div><div><br></div><div><div>current_version() -></div><div><span style="white-space:pre-wrap">                             </span>file:read_file("CURRENTDBVERSION").</div></div><div><br></div><div><br></div><div>So, instead of </div><div><br></div><div>32154810<br></div><div><br></div><div>I'm getting  "3215334632153346321533463215334632154810"</div><div><br></div><div>19> db:current_version().                                                  </div><div>{ok,<<"3215334632153346321533463215334632154810">>}<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div><div dir="ltr">Thanks a lot,<br>Yury.</div></div>
</font></span></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Eric Meadows-Jönsson</div>
</div>