forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Commit01313fb
committed
Making socket shutdown explicit.
We want to make sure that while connections are still open to remoteservers, we shut the socket down before closing it when the socketobject is destroyed.1 parenta947e52 commit01313fb
1 file changed
+15
-6
lines changedLines changed: 15 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
228 |
| - | |
| 227 | + | |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
233 | 235 |
| |
234 | 236 |
| |
235 | 237 |
| |
| |||
250 | 252 |
| |
251 | 253 |
| |
252 | 254 |
| |
253 |
| - | |
254 |
| - | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
280 | 289 |
| |
281 | 290 |
| |
282 | 291 |
| |
|
0 commit comments
Comments
(0)