Skip to content

Commit bcfcf92

Browse files
committed
Update trie.
1 parent efbc0af commit bcfcf92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{tag, "v1.7.4"}}},
1414
{trie, ".*",
1515
{git, "https://github.com/okeuday/trie.git",
16-
{tag, "v1.7.4"}}}]}.
16+
{branch, "master"}}}]}.
1717

1818
{erl_opts,
1919
[debug_info,

src/cloudi_service_http_cowboy1.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ websocket_subscriptions_lookup([{PatternSuffix, L} |
602602
Name = Prefix ++ Suffix,
603603
true = ((ParametersAllowed =:= true) orelse
604604
((ParametersAllowed =:= false) andalso
605-
(trie:is_pattern(Name) =:= false))),
605+
(cloudi_service_name:pattern(Name) =:= false))),
606606
F = if
607607
ParametersAllowed =:= true ->
608608
fun(Parameters) ->

0 commit comments

Comments
 (0)