Re: errno.h and syserr msgs

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 10 Sep 2002 17:19:01 +0200

The error codes are highly platform specific.

The "WSA..." error codes are from what I can understand WINSOCK error codes.
Are you using the native Squid build here, or the cywin UNIX "emulation"
environment?

Regards
Henrik

PsychoTekk .de wrote:
> hi, i have some questions about the error messages
> returned by the system:
> from errorpage.c strerror() (\lib\strerror.c) is called
> and from there sys_errlist[].
> it seems that for some errors there is no data, e.g.
> Read Error - The system returned: (10054) Unknown
> which is actually WSAECONNRESET
> or
> Connection Failed - The system returned: (10060) Unknown
> which is WSAETIMEDOUT.
>
> is it possible (better: would it help) to copy for example
> the cygwin errno.h (\usr\include\sys\errno.h)
> and add the 100xx lines to the code and then put it
> in the squid\include\ folder?
> are the error codes platform specific?
>
> regards,
> Clemens
Received on Tue Sep 10 2002 - 09:19:10 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:31 MST