Differences From Artifact [8f42d0a3cf]:
- File src/SSLSocket.m — part of check-in [7abcafcb74] at 2011-09-11 02:03:48 on branch trunk — Fix forgotten change. (user: js, size: 7222) [annotate] [blame] [check-ins using]
To Artifact [a0165c5a38]:
- File src/SSLSocket.m — part of check-in [60a6491ea5] at 2011-09-11 02:07:08 on branch trunk — Correctly check return value of SSL_write. (user: js, size: 7227) [annotate] [blame] [check-ins using]
︙ | |||
241 242 243 244 245 246 247 | 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 | - + | #else e->errNo = WSAENOTCONN; #endif @throw e; } |
︙ |