1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib
David Rodríguez 6f99e91d93 Fix uninitialized constant error
Otherwise I continuously get the error

```
Error in reactor loop escaped: uninitialized constant
Puma::MiniSSL::SSLError (NameError)
/path/to/puma-2.12.2-java/lib/puma/reactor.rb:72:in `block in run_internal'
/path/to/puma-2.12.2-java/lib/puma/reactor.rb:41:in `each'
/path/to/puma-2.12.2-java/lib/puma/reactor.rb:41:in `run_internal'
/path/to/puma-2.12.2-java/lib/puma/reactor.rb:137:in `block in run_in_thread'
```

It does not seem to affect functionality but it's annoying.
2015-07-17 17:00:55 -03:00
..
puma Fix uninitialized constant error 2015-07-17 17:00:55 -03:00
rack/handler Mongrel::HttpServer hack no longer needed 2014-12-09 22:50:03 -08:00
puma.rb Remove non-required dirs from $LOAD_PATH 2012-01-08 16:48:51 -03:00