
alex Na
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by alex Na Sort by recent activity-
Thanks for the clarification!
-
Thanks a lot, @triblondon! Went for option 1 since I guess logging in vcl_recv and vcl_recv for the same request would produce 2 logs entries.
-
Thanks, Justin! Wasn't aware of the subfield function. What does the third argument of the subfield function do? Is it a separator char?
-
Got it! Thanks again, Peter.
-
Thanks for your answer, Peter! Didn't know you could have a header twice! Wouldn't set zero out any aberrant values by overwriting a new value?
-
Is it now possible to do additions and subtractions with integer local variables?
-
Are there any updates here?
-
Perfect, that is working! Thank you
-
Yes, there is a return(deliver); statement before the remove/unset statement. I'm sure this is adding the removed HTTP headers again. What happens when removing the return(deliver); statement? Her...
-
Glad you guys are already working on it, @aspires! @drwilco, the workaround you point seems a possible solution. Will try to follow that path. Thanks for this suggestion!