Hi Henrik,
Il 11.30 25/09/2004 Henrik Nordstrom ha scritto:
On Sat, 25 Sep 2004, Serassio Guido wrote:
No, I have forgotten to open one for this. Should I open one ?
Just send it as an individual patch here..
Done.
Henrik, do you have a list of 2.5 fixed bugs that aren't already fixed in
HEAD ?
Target Milestone: 3.0
Whiteboard: PATCH25
http://www.squid-cache.org/bugs/buglist.cgi?target_milestone=3.0&status_whiteboard_type=allwordssubstr&status_whiteboard=PATCH25&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
Thanks, I will look into, and I hope to be able forward port something.
Regards
Guido
-
========================================================
Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426 Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/
Index: src/comm_select.cc
===================================================================
RCS file: /squid/squid3/src/comm_select.cc,v
retrieving revision 1.71
diff -u -p -r1.71 comm_select.cc
--- src/comm_select.cc 6 Jul 2003 14:16:57 -0000 1.71
+++ src/comm_select.cc 25 Sep 2004 09:43:47 -0000
@@ -486,7 +486,7 @@ comm_select(int msec)
if (ignoreErrno(errno))
break;
- debug(50, 0) ("comm_select: select failure: %s\n",
+ debug(5, 0) ("comm_select: select failure: %s\n",
xstrerror());
examine_select(&readfds, &writefds);