diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cow_http_hd.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cow_http_hd.erl b/src/cow_http_hd.erl index e47d80d..1748208 100644 --- a/src/cow_http_hd.erl +++ b/src/cow_http_hd.erl @@ -1391,8 +1391,6 @@ horse_parse_content_language() -> -endif. %% @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(). parse_content_length(ContentLength) -> |