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

7 commits

Author SHA1 Message Date
Charles Oliver Nutter
46709adcd3
Eliminate callback objects and indirection altogether.
There's only ever one implementation of these, so just call them
directly.
2019-10-05 16:05:35 -05:00
Charles Oliver Nutter
c81b0dd3d2
Reduce accesses of runtime, parser by passing through. 2019-10-05 12:33:04 -05:00
Nate Berkopec
5183923898 Compiler warnings fixes (#1388)
* Remove warnings from Ragel/generated Ragel code

* Remove asserts
2017-08-08 17:01:16 -06:00
Evan Phoenix
806e46f72a Allow a bare % in a query string. Fixes #958 2016-04-22 17:06:18 -07:00
Tawan Sierek
403b1b968d Fix java parser generation
`rake ragel` failed due to renaming the ragel machine from
`http_parser` to `puma_parser` in 3726b7ef19.
The problem was probably overseen since the file
http11_parser.java.rl has not been touched at this commit
and therefore the rake task did not invoke the parser
generation for the java parser.
2016-01-31 18:56:33 +01:00
Charles Oliver Nutter
0e316b2c20 Fix use of "unsafeBytes" leading to offset errors and regen parser. 2011-11-22 16:23:34 -06:00
Charles Oliver Nutter
d692475955 First pass updating JRuby bits for Puma.
* Rename Mongrel to Puma and move files appropriately
* Add HttParser11#body method
* Fix native.rake to not attempt C ext under JRuby
* Mask out all of test_unix_socket.rb under JRuby
2011-11-22 13:43:54 -06:00
Renamed from ext/puma_http11/org/jruby/mongrel/Http11Parser.java (Browse further)