1996 (revision 1.8) code was setting errno to zero before calling read(2).
We no longer make system calls in HttpStateData::readReply(). Resetting
errno here is a little bit too late.
/*
- * $Id: http.cc,v 1.527 2007/06/25 22:34:24 rousskov Exp $
+ * $Id: http.cc,v 1.528 2007/06/26 00:11:08 rousskov Exp $
*
* DEBUG: section 11 Hypertext Transfer Protocol (HTTP)
* AUTHOR: Harvest Derived
return;
}
- errno = 0;
/* prepare the read size for the next read (if any) */
debugs(11, 5, "httpReadReply: FD " << fd << ": len " << len << ".");