aboutsummaryrefslogtreecommitdiff
path: root/examples/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo.c')
-rw-r--r--examples/echo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/echo.c b/examples/echo.c
index e9807f0..ca30ff7 100644
--- a/examples/echo.c
+++ b/examples/echo.c
@@ -22,10 +22,6 @@ void proceed_cookies(struct magi_cookie_list * cookies,
magi_response_add(response, "] for domain [");
magi_response_add(response, cookies->item.domain);
}
- if (cookies->item.port) {
- magi_response_add(response, "] for port [");
- magi_response_add(response, cookies->item.port);
- }
if (cookies->item.path) {
magi_response_add(response, "] for path [");
magi_response_add(response, cookies->item.path);