Skip to content

Incorrect socket.send usage [BUG] [JIRA: CLIENTS-55] #381

@pigmej

Description

@pigmej

In:
https://github.com/basho/riak-python-client/blob/master/riak/transports/pbc/connection.py#L65

There is socket.send, it should be definitely socket.sendall or equivalent.

In python socket.send doesn't guarantee that all data was sent. It returns how much was sent.

I will create pull request in next few minutes.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions