From a90ea541c98d98d0f822c972c2c8fcf1b00be3c1 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 11 Jun 2012 00:03:50 -0600 Subject: [PATCH] Bug 3564: eCAP not supporting CoAP URI schemes --- src/adaptation/ecap/MessageRep.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/adaptation/ecap/MessageRep.cc b/src/adaptation/ecap/MessageRep.cc index 12fb703efa..25309e99ec 100644 --- a/src/adaptation/ecap/MessageRep.cc +++ b/src/adaptation/ecap/MessageRep.cc @@ -162,6 +162,8 @@ Adaptation::Ecap::FirstLineRep::protocol() const return protocolInternal; case AnyP::PROTO_ICY: return protocolIcy; + case AnyP::PROTO_COAP: + case AnyP::PROTO_COAPS: // use 'unknown' until libecap supports coap:// and coaps:// case AnyP::PROTO_UNKNOWN: return protocolUnknown; // until we remember the protocol image case AnyP::PROTO_NONE: -- 2.47.2