lib/fluent/plugin/in_http_mixpanel.rb in fluent-plugin-mixpanel-0.0.4 vs lib/fluent/plugin/in_http_mixpanel.rb in fluent-plugin-mixpanel-0.0.5

- old
+ new

@@ -24,8 +24,8 @@ 'Access-Control-Max-Age' => 1728000, 'Cache-Control' => 'no-cache, no-store', 'Content-type' => 'text/plain' } - [ret[0], headers, (ret[0] == '200 OK' ? '0' : '1')] + [ret[0], headers, (ret[0] == '200 OK' ? '1' : '0')] end end