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
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
..
jruby/puma Various antipattern cleanups. 2019-10-05 11:51:32 -05:00