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:
parent
a6f75aa3dc
commit
341f991d58
1 changed files with 1 additions and 1 deletions
|
@ -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}, <<>>).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue