Differences From Artifact [d996f514e3]:
- File src/OFStreamSocket.m — part of check-in [ff759684e2] at 2015-05-06 20:18:47 on branch trunk — OFNotConnectedException -> OFNotOpenException (user: js, size: 3849) [annotate] [blame] [check-ins using]
To Artifact [b0d72b729b]:
- File
src/OFStreamSocket.m
— part of check-in
[cec0f072f8]
at
2016-01-03 00:43:58
on branch 0.8
— Update copyright
While at it, also update the mail address. (user: js, size: 3929) [annotate] [blame] [check-ins using]
1 | 1 2 3 4 5 6 7 8 9 10 | - - + + | /* |
| ︙ | |||
97 98 99 100 101 102 103 | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | + + + - + - + - + | if (_atEndOfStream) @throw [OFWriteFailedException exceptionWithObject: self requestedLength: length errNo: ENOTCONN]; #ifndef _WIN32 if (length > SSIZE_MAX) @throw [OFOutOfRangeException exception]; |
| ︙ |