Browse Source

Remove an outdated comment

Loïc Hoguin 10 years ago
parent
commit
0be913dc79
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/cow_http_hd.erl

+ 0 - 2
src/cow_http_hd.erl

@@ -1391,8 +1391,6 @@ horse_parse_content_language() ->
 -endif.
 -endif.
 
 
 %% @doc Parse the Content-Length header.
 %% @doc Parse the Content-Length header.
-%%
-%% The value has at least one digit, and may be followed by whitespace.
 
 
 -spec parse_content_length(binary()) -> non_neg_integer().
 -spec parse_content_length(binary()) -> non_neg_integer().
 parse_content_length(ContentLength) ->
 parse_content_length(ContentLength) ->