diff options
-rw-r--r-- | src/cow_http_hd.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cow_http_hd.erl b/src/cow_http_hd.erl index 2e94e6b..6a45fe1 100644 --- a/src/cow_http_hd.erl +++ b/src/cow_http_hd.erl @@ -1420,6 +1420,7 @@ parse_content_length_test_() -> parse_content_length_error_test_() -> Tests = [ <<>>, + <<"-1">>, <<"123, 123">>, <<"4.17">> ], |