Commit 0cf09b4
Address review: better emphasize send() vs recv() behavior
Remove informal 'I repeat:' phrasing. Restructure paragraph to clearly
contrast recv() returning 0 bytes (a deliberate signal of disconnection)
with send() raising OSError (an error condition — should never be called
on a broken socket).
Co-authored-by: bkap123 <bkap123@users.noreply.github.com>1 parent 18fa493 commit 0cf09b4
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
0 commit comments