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

kiesiu kiesiu at pld-linux.org
Tue Aug 14 13:29:28 CEST 2012


commit f6e4a4b3580932599b1f52fa05d2a861f1b36d0a
Author: Łukasz Kieś <kiesiu at pld-linux.org>
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();
+ 
+


More information about the pld-cvs-commit mailing list