-/* $OpenBSD: server_http.c,v 1.4 2014/07/13 14:17:37 reyk Exp $ */
+/* $OpenBSD: server_http.c,v 1.5 2014/07/13 15:39:01 reyk Exp $ */
/*
* Copyright (c) 2006 - 2014 Reyk Floeter <reyk@openbsd.org>
key = hdr->kv_key;
ptr = hdr->kv_value;
- DPRINTF("%s: ptr %s", __func__, ptr);
if (server_bufferevent_print(clt, key) == -1 ||
(ptr != NULL &&
(server_bufferevent_print(clt, ": ") == -1 ||
-/* $OpenBSD: relay_http.c,v 1.29 2014/07/13 00:32:08 benno Exp $ */
+/* $OpenBSD: relay_http.c,v 1.30 2014/07/13 15:39:01 reyk Exp $ */
/*
* Copyright (c) 2006 - 2014 Reyk Floeter <reyk@openbsd.org>
key = hdr->kv_key;
ptr = hdr->kv_value;
- DPRINTF("%s: ptr %s", __func__, ptr);
if (relay_bufferevent_print(dst, key) == -1 ||
(ptr != NULL &&
(relay_bufferevent_print(dst, ": ") == -1 ||