<HTML><BODY><div id="composeWebView_editable_content" data-mailruapp-compose-id="composeWebView_editable_content" style="text-align: left;"><div>LGTM</div><div><br></div><div id="mail-app-auto-signature">

Best regards,<div>Sergos </div>
</div><br><br>Saturday, 7 December 2019, 16:10 +0300 from olegrok@tarantool.org  <olegrok@tarantool.org>:<br><div id="composeWebView_previouse_content" data-mailruapp-compose-id="composeWebView_previouse_content"><blockquote id="mail-app-auto-quote" style="border-left-width: 1px; border-left-style: solid; border-left-color: rgb(11, 102, 249); margin: 10px 0px 10px 5px; padding: 0px 0px 0px 10px; display: inherit;" data-darkosha-id="1:1"><div class="js-helper js-readmsg-msg" data-darkosha-id="1:2" style="">
        <style type="text/css" data-darkosha-id="1:3" style=""></style>
        <div data-darkosha-id="1:4" style="">
                <base target="_self" href="https://e.mail.ru/" data-darkosha-id="1:5" style="">
                
            <div id="style_15757242260720163000_BODY" data-darkosha-id="1:6" style="">From: Oleg Babin <<a href="mailto:babinoleg@mail.ru" data-darkosha-id="1:7" style="">babinoleg@mail.ru</a>><br data-darkosha-id="1:8" style="">
<br data-darkosha-id="1:9" style="">
Before this patch if user passed {verbose = false}<br data-darkosha-id="1:10" style="">
to http client it was considered as "true"<br data-darkosha-id="1:11" style="">
<br data-darkosha-id="1:12" style="">
This patch fixes such behaviour and takes into account<br data-darkosha-id="1:13" style="">
user's value<br data-darkosha-id="1:14" style="">
---<br data-darkosha-id="1:15" style="">
 src/lua/httpc.c | 2 +-<br data-darkosha-id="1:16" style="">
 1 file changed, 1 insertion(+), 1 deletion(-)<br data-darkosha-id="1:17" style="">
<br data-darkosha-id="1:18" style="">
diff --git a/src/lua/httpc.c b/src/lua/httpc.c<br data-darkosha-id="1:19" style="">
index a8e3e2525..4d703d711 100644<br data-darkosha-id="1:20" style="">
--- a/src/lua/httpc.c<br data-darkosha-id="1:21" style="">
+++ b/src/lua/httpc.c<br data-darkosha-id="1:22" style="">
@@ -302,7 +302,7 @@ luaT_httpc_request(lua_State *L)<br data-darkosha-id="1:23" style="">
 <br data-darkosha-id="1:24" style="">
   lua_getfield(L, 5, "verbose");<br data-darkosha-id="1:25" style="">
   if (!lua_isnil(L, -1) && lua_isboolean(L, -1))<br data-darkosha-id="1:26" style="">
-               httpc_set_verbose(req, true);<br data-darkosha-id="1:27" style="">
+               httpc_set_verbose(req, lua_toboolean(L, -1));<br data-darkosha-id="1:28" style="">
   lua_pop(L, 1);<br data-darkosha-id="1:29" style="">
 <br data-darkosha-id="1:30" style="">
   lua_getfield(L, 5, "interface");<br data-darkosha-id="1:31" style="">
-- <br data-darkosha-id="1:32" style="">
2.23.0<br data-darkosha-id="1:33" style="">
<br data-darkosha-id="1:34" style="">
</div>
            
        
                <base target="_self" href="https://e.mail.ru/" data-darkosha-id="1:35" style="">
        </div>

        
</div></blockquote></div></div></BODY></HTML>