summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-10-11 16:53:08 +0200
committerOle Trøan <otroan@employees.org>2019-10-11 18:48:21 +0000
commit6df2c7954126a316f86908526c3bb4d649f06597 (patch)
tree2c7eff780b432d8761f6ebe1f1a3814466103a84 /README.md
parent11b40e7ead069eecac51eeed0b7effbf4d53ecf4 (diff)
papi: harden socket handling
In the previous implementation of socket transport for PAPI, socket methods .send and .recv_into were used. But they are not guaranteed to send/receive all the data for the full message. The receive part contained a loop, but it handled only the main message, not the header. This patch replaces .send with .sendall and uses newly defined _read_fixed method. Also, removed Paul from maintainers, as he is not active much, lately. Type: fix Change-Id: Iae1a68bf8f9e666856b7c7d62ebfe22defc5dfe1 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions