<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>I was working to replace a value in req.url in vcl_recv and I was having some issues getting a new value into req.url.  I tried replacing it with nothing via set req.url = "" and I also tried using regsub.  It turns out that if you try to set req.url to
 an empty value, nothing happens.  I ended up having to use set req.url = "/";</div>
<div><br>
</div>
<div>Is this expected and documented behavior?</div>
<div><br>
</div>
<div>-Travis</div>
<br>
</body>
</html>