9229d5ecc3ebaa38f102eb9e16808bcc7e37c91d |
|
27-Sep-2015 |
Timo Sirainen <tss@iki.fi> |
lib-http: Removed "pure" attribute from http_header_field_find_unique().
It's a bit questionable if returning a pointer via parameter is allowed for
a pure function. Also having this attribute seems to confuse clang static
analyzer, because it gives false positives for code using
http_header_field_find_unique(). It's not important for performance anyway,
so better to avoid using it. |