-
- Downloads
Stress test fixes
- properly fail a Read() on a stream if we fail to parse a protobuf - fix an ordering problem with the chttp2 transport global lock, whereby a sequence of two operations could be swapped - this resulted in slices being returned to the upper layers in the wrong order, corrupting data
Showing
- include/grpc++/impl/codegen/call.h 3 additions, 4 deletionsinclude/grpc++/impl/codegen/call.h
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 12 additions, 5 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/core/ext/transport/chttp2/transport/internal.h 2 additions, 1 deletionsrc/core/ext/transport/chttp2/transport/internal.h
Loading
Please register or sign in to comment