• Kirill Smelkov's avatar
    encoder: Fix Ref wrt protocol version · 98fb1987
    Kirill Smelkov authored
    - we can use BINPERSID only if protocol >= 1
    - we can use text PERSID only if protocol < 4 and Ref string does not
      contain \n - else encoding have to fail.
    
    Tests for Ref encoding at protocols 3 & 4 will follow after string
    encoding is fixed.
    98fb1987
encode.go 9.87 KB