1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/ext/puma_http11
Dirkjan Bussink 0728ce5ba9 Define RSTRING_NOT_MODIFIED for Rubinius
As far as I could tell, the buffer given to the http parser isn't
modified. Because it is not modified, we can use the
RSTRING_NOT_MODIFIED header to ensure that Rubinius hasn't do the extra
work to copy the data back and forth.
2012-06-13 09:27:09 +02:00
..
org/jruby/puma Fix use of "unsafeBytes" leading to offset errors and regen parser. 2011-11-22 16:23:34 -06:00
ext_help.h Change name of parser extension to puma_http11 2011-10-04 20:35:50 -07:00
extconf.rb Build extensions 2012-01-08 16:32:32 -03:00
http11_parser.c Change name of parser extension to puma_http11 2011-10-04 20:35:50 -07:00
http11_parser.h Change name of parser extension to puma_http11 2011-10-04 20:35:50 -07:00
http11_parser.java.rl Fix use of "unsafeBytes" leading to offset errors and regen parser. 2011-11-22 16:23:34 -06:00
http11_parser.rl Change name of parser extension to puma_http11 2011-10-04 20:35:50 -07:00
http11_parser_common.rl Change name of parser extension to puma_http11 2011-10-04 20:35:50 -07:00
puma_http11.c Define RSTRING_NOT_MODIFIED for Rubinius 2012-06-13 09:27:09 +02:00
PumaHttp11Service.java Minimal change to get puma_http11 extension loading on JRuby. 2012-01-15 18:04:01 -06:00