]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3564: eCAP not supporting CoAP URI schemes
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 19 Jun 2012 07:37:37 +0000 (01:37 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 19 Jun 2012 07:37:37 +0000 (01:37 -0600)
src/adaptation/ecap/MessageRep.cc

index 18024a61c94b41cf0effcea12d1ac9a63f3ccb58..7d19944e249fd2937f45cd1332f101a0697e1db6 100644 (file)
@@ -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();