1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib/puma
Jackson Ray Hamilton eea4dbb437 Don't omit empty header values. (#1261)
* Don't omit empty header values.

''.split => [] so no header would be appended.

* Add test for empty header values.
2017-04-07 10:57:55 -07:00
..
app
plugin Only write if file doesn't exist 2017-03-09 15:19:50 -05:00
rack
accept_nonblock.rb
binder.rb
cli.rb Split out config into explicit user and file parts 2017-03-09 11:38:26 -06:00
client.rb
cluster.rb
commonlogger.rb
compat.rb
configuration.rb Prefer yield instead of block.call 2017-03-09 11:38:27 -06:00
const.rb v3.8.0 2017-03-09 16:20:40 -06:00
control_cli.rb [close #1238] Don't call non-existent method 2017-03-10 10:30:27 -06:00
convenient.rb Split out config into explicit user and file parts 2017-03-09 11:38:26 -06:00
daemon_ext.rb
delegation.rb
detect.rb
dsl.rb Method Docs 2017-03-09 11:38:27 -06:00
events.rb
io_buffer.rb
java_io_buffer.rb
jruby_restart.rb
launcher.rb Split out config into explicit user and file parts 2017-03-09 11:38:26 -06:00
minissl.rb
null_io.rb
plugin.rb
rack_default.rb
reactor.rb
runner.rb
server.rb Don't omit empty header values. (#1261) 2017-04-07 10:57:55 -07:00
single.rb
state_file.rb
tcp_logger.rb
thread_pool.rb
util.rb