Skip to content

Commit

Permalink
Revert "Server.close for async server"
Browse files Browse the repository at this point in the history
This reverts commit 94b52b3.
  • Loading branch information
seliopou committed Jun 3, 2015
1 parent 395ef1a commit cf2b8f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion async/cohttp_async.ml
Expand Up @@ -357,5 +357,4 @@ module Server = struct
>>| fun server ->
{ server }

let close { server } = Tcp.Server.close server
end
2 changes: 0 additions & 2 deletions async/cohttp_async.mli
Expand Up @@ -197,6 +197,4 @@ module Server : sig
('address, 'listening_on) Tcp.Where_to_listen.t
-> (body:Body.t -> 'address -> Request.t -> response Deferred.t)
-> ('address, 'listening_on) t Deferred.t

val close : (_, _) t -> unit Deferred.t
end

0 comments on commit cf2b8f2

Please sign in to comment.