python-sonic-client icon indicating copy to clipboard operation
python-sonic-client copied to clipboard

Split all the things.

Open athoune opened this issue 5 years ago • 2 comments

The code came from https://github.com/ppshobi/psonic/blob/master/src/Ingest.php#L144

I don't understand how to compute chunk size, it's not clea in the protocol documentation

The tests pass, but doesn't test large chunk.

See #10

athoune avatar Jan 30 '20 20:01 athoune

bufsize was not correctly handled. Does all connection in the collection pool has the same buffer size?

athoune avatar Jan 30 '20 22:01 athoune

bufsize was not correctly handled. Does all connection in the collection pool has the same buffer size?

Yes, all the connections for the same client have the same backend server (whose bufsize is fixed)

xmonader avatar Feb 02 '20 07:02 xmonader