Index: trunk/willow/src/willow/whttp.cc |
— | — | @@ -243,7 +243,7 @@ |
244 | 244 | * the request. |
245 | 245 | */ |
246 | 246 | _header_parser._headers.add("Connection", "close"); |
247 | | - _header_parser._headers.add("X-Forwarded-For", _client_socket->straddr().c_str()); |
| 247 | + _header_parser._headers.add("X-Forwarded-For", _client_socket->straddr(false).c_str()); |
248 | 248 | |
249 | 249 | if (_header_parser._http_reqtype == REQTYPE_POST) { |
250 | 250 | if (_header_parser._content_length == -1) { |