From: Amos Jeffries Date: Tue, 19 Jun 2012 05:15:36 +0000 (-0600) Subject: Bug 3564: eCAP not supporting CoAP URI schemes X-Git-Tag: SQUID_3_2_0_18~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c118dad84dffc528ea82dee2b407dd6ac6abe8e;p=thirdparty%2Fsquid.git Bug 3564: eCAP not supporting CoAP URI schemes --- 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: