1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fix JRuby parser

This commit is contained in:
Evan Phoenix 2015-11-07 09:14:25 -08:00
parent dd69e9a10c
commit e1bbb27e93

View file

@ -111,7 +111,7 @@ public class Http11 extends RubyObject {
req.op_aset(req.getRuntime().getCurrentContext(), f, RubyString.newString(runtime, b));
} else {
RubyString vs = v.convertToString();
vs.cat(", ");
vs.cat(RubyString.newString(runtime, ", "));
vs.cat(b);
}
}