mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 13:51:26 +02:00
CLEANUP: cache: remove wrong comment
This commit is contained in:
parent
71bd11a1f3
commit
eee5c39715
@ -132,8 +132,6 @@ cache_store_http_headers(struct stream *s, struct filter *filter, struct http_ms
|
|||||||
{
|
{
|
||||||
struct cache_st *st = filter->ctx;
|
struct cache_st *st = filter->ctx;
|
||||||
|
|
||||||
/* end of headers, exclude the final \r\n allow to forward the final
|
|
||||||
* \r\n in the data filter */
|
|
||||||
if (!(msg->chn->flags & CF_ISRESP) || !st)
|
if (!(msg->chn->flags & CF_ISRESP) || !st)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user