Message261294
In a common case,
if (write(thread.fd, thread.header, thread.header_len) == -1)
should be replaced with
if (write(thread.fd, thread.header, thread.header_len) != thread.header_len) |
|
Date |
User |
Action |
Args |
2016-03-07 10:54:24 | socketpair | set | recipients:
+ socketpair, jcea, vstinner, christian.heimes, ezio.melotti, felipecruz, jcon, berker.peksag, serhiy.storchaka, mrshu |
2016-03-07 10:54:24 | socketpair | set | messageid: <1457348064.78.0.91417666947.issue15948@psf.upfronthosting.co.za> |
2016-03-07 10:54:24 | socketpair | link | issue15948 messages |
2016-03-07 10:54:24 | socketpair | create | |
|