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:
parent
dd69e9a10c
commit
e1bbb27e93
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue