Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5B63C200B7E for ; Mon, 22 Aug 2016 13:19:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5A27D160ACA; Mon, 22 Aug 2016 11:19:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CFD9C160AC4 for ; Mon, 22 Aug 2016 13:19:29 +0200 (CEST) Received: (qmail 63115 invoked by uid 500); 22 Aug 2016 11:19:28 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 62660 invoked by uid 99); 22 Aug 2016 11:19:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 11:19:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1F213E08AC; Mon, 22 Aug 2016 11:19:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Mon, 22 Aug 2016 11:19:45 -0000 Message-Id: <65666831fe694d88998d36040dc80a33@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [19/50] ibrowse commit: updated refs/heads/upstream to b28542d archived-at: Mon, 22 Aug 2016 11:19:30 -0000 Fix ibrowse_http_client.erl Fix misprint in #130 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/0970fa03 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/0970fa03 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/0970fa03 Branch: refs/heads/upstream Commit: 0970fa0350c104429b1373e2e89d93de7a8c85d6 Parents: 58007c7 Author: Yury Gargay Authored: Fri Jun 26 18:17:11 2015 +0500 Committer: Yury Gargay Committed: Fri Jun 26 18:17:11 2015 +0500 ---------------------------------------------------------------------- src/ibrowse_http_client.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/0970fa03/src/ibrowse_http_client.erl ---------------------------------------------------------------------- diff --git a/src/ibrowse_http_client.erl b/src/ibrowse_http_client.erl index b9e6c97..abe0aab 100644 --- a/src/ibrowse_http_client.erl +++ b/src/ibrowse_http_client.erl @@ -1923,7 +1923,7 @@ cancel_timer(Ref, {eat_message, Msg}) -> end. make_req_id() -> - case catch erlang:unqiue_integer() of + case catch erlang:unique_integer() of {'EXIT', _} -> erlang:apply(erlang, now, []); V ->