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/org/jruby/puma
Charles Oliver Nutter bcec82d31a
Various antipattern cleanups.
* Use fastARef/fastASet for hash access to avoid context load.
* Cache most Java strings used to create headers as ByteLists, to
  avoid re-encoding and re-constructing the byte[] and ByteList.
* Load parse buffer once in field handler.
* Eliminate deprecated construction of RaiseException and
  centralize logic.
2019-10-05 11:51:32 -05:00
..
Http11.java Various antipattern cleanups. 2019-10-05 11:51:32 -05:00
Http11Parser.java Compiler warnings fixes (#1388) 2017-08-08 17:01:16 -06:00
IOBuffer.java re-implement (native) IOBuffer for JRuby 2018-12-20 12:40:15 +01:00
MiniSSL.java add no_tlsv1_1 to binder, config, etc 2019-08-03 14:56:30 -05:00