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

Rename dispatch() into dispatch_rules().

This commit is contained in:
Loïc Hoguin 2011-04-18 12:14:13 +02:00
parent ecf117b375
commit ef2673b61e
3 changed files with 4 additions and 3 deletions

View file

@ -22,7 +22,7 @@
-record(state, {
socket :: inet:socket(),
transport :: module(),
dispatch :: dispatch(),
dispatch :: dispatch_rules(),
handler :: {Handler::module(), Opts::term()},
req_empty_lines = 0 :: integer(),
max_empty_lines :: integer(),