Changeset 2064
- Timestamp:
- 01/28/2008 07:00:56 AM (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
NEWS (modified) (1 diff)
-
src/network_openssl.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r2062 r2064 16 16 * support letterhomes in mod_userdir (#1473) 17 17 * mod_auth ldap rework, most important change is being able to startup if ldap server is down (#1535) 18 * fixed ECONNRESET handling in network-openssl 18 19 19 20 - 1.5.0-r19.. - -
trunk/src/network_openssl.c
r1886 r2064 189 189 switch(errno) { 190 190 case EPIPE: 191 case ECONNRESET: 191 192 return NETWORK_STATUS_CONNECTION_CLOSE; 192 193 default: … … 293 294 switch(errno) { 294 295 case EPIPE: 296 case ECONNRESET: 295 297 return NETWORK_STATUS_CONNECTION_CLOSE; 296 298 default:

