commit | 5eadadacda4cfca72d2d3fb49e3ba4ffd50100a1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 10 17:28:54 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 10 17:30:41 2015 +0100 |
tree | ce921f105685e2554315460871693f8857effc83 | |
parent | 38c5fd60b9f31ec0303f59dada503513d7065ca2 [diff] |
MINOR: lua: convert IP addresses to type string For now we don't perform any operation on IP addresses, so at least we'd like to be able to pass them as strings so that we can log them or whatever in Lua. Without this patch txn.src(txn) returns "nil" and now it returns the correct IP address.