From: Amos Jeffries Date: Tue, 19 Jun 2012 07:37:37 +0000 (-0600) Subject: Bug 3564: eCAP not supporting CoAP URI schemes X-Git-Tag: SQUID_3_1_21~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2169ed456976b5d78ebf160dcf93c039823d1147;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 18024a61c9..7d19944e24 100644 --- a/src/adaptation/ecap/MessageRep.cc +++ b/src/adaptation/ecap/MessageRep.cc @@ -150,6 +150,8 @@ Adaptation::Ecap::FirstLineRep::protocol() const return protocolInternal; case PROTO_ICY: return Name(); + case PROTO_COAP: + case PROTO_COAPS: // use 'unknown'/none until libecap supports coap:// and coaps:// case PROTO_NONE: return Name();