Ricardo Galli

Results 6 issues of Ricardo Galli

It solves the problem with buffers larger than 2^25 bits (32MB), the histogram (calls) is skewed to the right and the performance will be very if the percentile 95 is...

This patch solves the bug related to the "cannot write" error messages reported by several people. The problemd resided on the server connection not being closed when the client close...

In https, the clients close the connections when they receive the expected data, it's harmless. This patch avoids warnings if it could write bytes to the clients.

Apply IgnoreZeroValue also if UseStringer is set to make it consistent and allow to ignore empty stringer values.

path := string() allocates a new string for every call, use the same b2s() function as in fasthttp to avoid the allocation.

The build argument TF_SERVING_VERSION_GIT_BRANCH was ignored in both dockerfiles, although it was correctly handled in .devel-mkl. I just copied&pasted the same "git clone" lines from mkl. Now the command `docker...