<div dir="ltr"><div>Another patch while on the plane. As discussed at VDD15Q1 this exposes the request body length via req.bodylen.<br><br></div><div>A few open questions / observations:<br><br></div><div>1. This will only set the length after std.cache_req_body(). We might want to return content-length if std.cache_req_body() was not previously called. I suppose some people might want to use it for other purposes than retrying and if someone forgets calling cache_req_body() he/she might mistakenly believe that there is no body. OTOH exposing this without curation might be a bad idea.<br><br></div><div>2. This is only available in vcl_recv{}. Maybe it makes sense to expose this to client and/or the backend side.<br><br></div><div>Comments? OKs?<br></div><div><br></div><div><br></div></div>