Rename connection_header_contains_keep_alive_keyword()
authorFabian Keil <fk@fabiankeil.de>
Fri, 20 Jun 2025 11:40:47 +0000 (13:40 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 24 Jun 2025 12:09:35 +0000 (14:09 +0200)
commit521398d3903cc0478087d0183157e9f70f533381
tree9c1117a1886ade9d472387dfcbe81221eadbef5e
parent68a6961918d3b9847397ed1ee80f76c1a302f28a
Rename connection_header_contains_keep_alive_keyword()

... to keep_alive_keyword_detected() as the function may
return FALSE if there are "too many" keywords.

Document this behaviour explicitly.
parsers.c