aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_protocol.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-04-18 12:14:13 +0200
committerLoïc Hoguin <[email protected]>2011-04-18 12:14:13 +0200
commitef2673b61eb640768c8e83c5c6847b50255b07a6 (patch)
treed97ea3af8f95e75dd061ed170080f9a24671000d /src/cowboy_http_protocol.erl
parentecf117b37508f864d084ed6560f95e32b9ede1ef (diff)
downloadcowboy-ef2673b61eb640768c8e83c5c6847b50255b07a6.tar.gz
cowboy-ef2673b61eb640768c8e83c5c6847b50255b07a6.tar.bz2
cowboy-ef2673b61eb640768c8e83c5c6847b50255b07a6.zip
Rename dispatch() into dispatch_rules().
Diffstat (limited to 'src/cowboy_http_protocol.erl')
-rw-r--r--src/cowboy_http_protocol.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http_protocol.erl b/src/cowboy_http_protocol.erl
index 0094e8b..402224d 100644
--- a/src/cowboy_http_protocol.erl
+++ b/src/cowboy_http_protocol.erl
@@ -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(),