Skip to content
Snippets Groups Projects
  1. Apr 01, 2016
    • Rafael Sales's avatar
      Raise on unexpected metadata values · ac491d8c
      Rafael Sales authored
      The existing implementation was causing segmentation fault because
      src/ruby/ext/grpc/rb_call.c:358 was trying to convert any value type other than
      Array to String. The Array type is handled in first `if`. This change will cause
      the Ruby code that sends non-string values to fail with a better message:
      `ArgumentError: Header values must be of type string or array`
      ac491d8c
  2. Mar 31, 2016
  3. Mar 30, 2016
Loading