Skip to content
Snippets Groups Projects
  • Georges Racinet's avatar
    286ac2f2
    Commit gRPC messages: providing body_size · 286ac2f2
    Georges Racinet authored
    This was a long standing TODO, and it finally had bad consequences,
    such as heptapod#554, because the Rails app introduced an early
    return if body size is 0 in upstream 13.3.0 (see heptapod@b937e23d5321).
    
    In turn, to test this in comparison with Gitaly, we have to make the
    ironing of differences that should not matter a bit smarter. The
    trailing line ending thing should be settled at some point, though.
    286ac2f2
    History
    Commit gRPC messages: providing body_size
    Georges Racinet authored
    This was a long standing TODO, and it finally had bad consequences,
    such as heptapod#554, because the Rails app introduced an early
    return if body size is 0 in upstream 13.3.0 (see heptapod@b937e23d5321).
    
    In turn, to test this in comparison with Gitaly, we have to make the
    ironing of differences that should not matter a bit smarter. The
    trailing line ending thing should be settled at some point, though.