]> git.pld-linux.org Git - packages/squid.git/commitdiff
- fix http://bugs.squid-cache.org/show_bug.cgi?id=3564
authorŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 14 Aug 2012 11:27:20 +0000 (13:27 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 14 Aug 2012 11:27:20 +0000 (13:27 +0200)
squid-ecap.patch [new file with mode: 0644]

diff --git a/squid-ecap.patch b/squid-ecap.patch
new file mode 100644 (file)
index 0000000..376cf69
--- /dev/null
@@ -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();
+
This page took 0.056281 seconds and 4 git commands to generate.