Commit b241f613 authored by Andreas Plesner's avatar Andreas Plesner

Add info about client.port

parent 77524d92
......@@ -110,6 +110,13 @@ is reserved for builtin subs.
req.backend.healthy replaced by std.healthy(req.backend)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
client.port replaced by std.port(client.ip)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The `client.ip` is now a proper type, which renders as an IP address by
default. You need to use the `std.port()` function to get the port
number.
obj is now read-only
~~~~~~~~~~~~~~~~~~~~
......
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