You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/09 10:42:52 UTC

[09/19] mochiweb commit: updated refs/heads/upstream to bd6ae7c

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/upstream
Commit: 4daa6f3dda213b794a860bfe9640716221d909f2
Parents: 19ba7a3
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Tue Aug 4 22:01:43 2015 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
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