Jean byroot Boussier
Jean byroot Boussier
> A zero size packet should return empty string? That would seem appropriate yes. The question is how do you distinguish between "zero size packet" and "EOF / no packet".
Ok, so as expected it's quite more complicated than that. The issue is that `objtostring` works as follow: - Check for various fast paths, and if we match return the...
👋 @jhawthorn may I interest you in this tiny PR?
> Connection reset by peer This tells us the connection was closed on the server side. I'm not certain wether we should consider it as a network error. @miry any...
> Something to note is that it could be `ECONNRESET` returns > with Toxiproxy and Docker proxy usage. > Docker proxy always listens open port, > and if Toxiproxy enables...
> * (cc @casperisfine -- I know you mentioned having done something similar in redis-client, is there a PR you can link? Not a specific PR because it kinda evolved...
I can make that constant private.
Done: ```ruby >> require 'google/protobuf' => true >> Google::Protobuf::AbstractMessage (irb):2:in `': private constant Google::Protobuf::AbstractMessage referenced (NameError) ```
@haberman thanks. I updated `Arena_memsize` according to your suggestions.
> . Would you be able to submit the ruby-upb.c/.h changes to ... Done! https://github.com/protocolbuffers/upb/pull/729