From commits-return-32185-archive-asf-public=cust-asf.ponee.io@couchdb.apache.org Sun Feb 18 18:29:57 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 143421807AC for ; Sun, 18 Feb 2018 18:29:52 +0100 (CET) Received: (qmail 76803 invoked by uid 500); 18 Feb 2018 17:29:49 -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 76409 invoked by uid 99); 18 Feb 2018 17:29:49 -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; Sun, 18 Feb 2018 17:29:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 80011F4DC5; Sun, 18 Feb 2018 17:29:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wohali@apache.org To: commits@couchdb.apache.org Date: Sun, 18 Feb 2018 17:29:52 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/50] mochiweb commit: updated refs/heads/master to 999f464 do not stop clock on http stop Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/4daa6f3d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/4daa6f3d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/4daa6f3d Branch: refs/heads/master Commit: 4daa6f3dda213b794a860bfe9640716221d909f2 Parents: 19ba7a3 Author: Robert Kowalski Authored: Tue Aug 4 22:01:43 2015 +0200 Committer: Robert Kowalski Committed: Tue Aug 4 22:01:47 2015 +0200 ---------------------------------------------------------------------- src/mochiweb_http.erl | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/4daa6f3d/src/mochiweb_http.erl ---------------------------------------------------------------------- diff --git a/src/mochiweb_http.erl b/src/mochiweb_http.erl index a10c117..450085f 100644 --- a/src/mochiweb_http.erl +++ b/src/mochiweb_http.erl @@ -48,11 +48,9 @@ parse_options(Options) -> mochilists:set_defaults(?DEFAULTS, Options1). stop() -> - mochiweb_clock:stop(), mochiweb_socket_server:stop(?MODULE). stop(Name) -> - mochiweb_clock:stop(), mochiweb_socket_server:stop(Name). %% @spec start(Options) -> ServerRet