Changeset 2063
- Timestamp:
- 01/27/2008 04:57:43 PM (7 months ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/src/network_openssl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/src/network_openssl.c
r1371 r2063 129 129 switch(errno) { 130 130 case EPIPE: 131 case ECONNRESET: 131 132 return -2; 132 133 default:

