Commit 528fd74b authored by Nils Goroll's avatar Nils Goroll

sync VRB_Ignore() comment with reality

parent 5fd80551
......@@ -218,7 +218,9 @@ VRB_Iterate(struct req *req, objiterate_f *func, void *priv)
/*----------------------------------------------------------------------
* VRB_Ignore() is a dedicated function, because we might
* be able to disuade or terminate its transmission in some protocols.
* For HTTP1 we have no such luck, and we just iterate it into oblivion.
*
* For HTTP1, we do nothing if we are going to close the connection anyway or
* just iterate it into oblivion.
*/
static int __match_proto__(objiterate_f)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment