Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaz87 committed May 22, 2019
1 parent bf1108b commit 2b1103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/web/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fn send_lua_request <'a> (lua: LuaContext<'a>, val: LuaValue<'a>) -> Result<LuaT

let ssl_conn_builder = SslConnector::builder(SslMethod::tls()).unwrap();
ssl_conn_builder.set_verify(SslVerifyMode::NONE);
let connector = ClientConnector::with_connector(ssl_conn_builder.build).start();
let connector = ClientConnector::with_connector(ssl_conn_builder.build()).start();
builder.with_connector(connector);

let response = (match body {
Expand Down

0 comments on commit 2b1103b

Please sign in to comment.