commit f6e4a4b3580932599b1f52fa05d2a861f1b36d0a
Author: Łukasz Kieś <[email protected]>
Date:   Tue Aug 14 13:27:20 2012 +0200

    - fix http://bugs.squid-cache.org/show_bug.cgi?id=3564

 squid-ecap.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/squid-ecap.patch b/squid-ecap.patch
new file mode 100644
index 0000000..376cf69
--- /dev/null
+++ b/squid-ecap.patch
@@ -0,0 +1,13 @@
+=== modified file 'src/adaptation/ecap/MessageRep.cc'
+--- a/src/adaptation/ecap/MessageRep.cc        2011-04-03 11:05:39 +0000
++++ b/src/adaptation/ecap/MessageRep.cc        2012-06-19 07:37:37 +0000
+@@ -150,6 +150,8 @@
+         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();
+ 
+
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to