0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix compilation error due to previous commit

Ah, conference commits.
This commit is contained in:
Loïc Hoguin 2015-06-12 00:33:13 +02:00
parent a6f75aa3dc
commit 341f991d58

View file

@ -77,7 +77,7 @@
encode_state = cow_hpack:init() :: cow_hpack:state() encode_state = cow_hpack:init() :: cow_hpack:state()
}). }).
-spec init(pid(), ranch:ref(), inet:socket(), module(), opts(), module()) -> ok. -spec init(pid(), ranch:ref(), inet:socket(), module(), cowboy:opts(), module()) -> ok.
init(Parent, Ref, Socket, Transport, Opts, Handler) -> init(Parent, Ref, Socket, Transport, Opts, Handler) ->
before_loop(#state{parent=Parent, ref=Ref, socket=Socket, before_loop(#state{parent=Parent, ref=Ref, socket=Socket,
transport=Transport, opts=Opts, handler=Handler}, <<>>). transport=Transport, opts=Opts, handler=Handler}, <<>>).