aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_metrics_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy_metrics_h.erl')
-rw-r--r--src/cowboy_metrics_h.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cowboy_metrics_h.erl b/src/cowboy_metrics_h.erl
index 03bac36..559952b 100644
--- a/src/cowboy_metrics_h.erl
+++ b/src/cowboy_metrics_h.erl
@@ -71,8 +71,7 @@
%% Start/end of the processing of the request.
%%
%% This represents the time from this stream handler's init
- %% to terminate. Note that this doesn't indicate the response
- %% has been sent fully, it still may be queued up in a buffer.
+ %% to terminate.
req_start => integer(),
req_end => integer(),