1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

4 commits

Author SHA1 Message Date
David Rodríguez
4a7a9be7bd Fix ssl_v3_rejection test hanging (#1567)
* Fix ssl_v3_rejection test hanging

When closing the server, puma would get caught in a loop where it would
expect IO.select to timeout but instead it would return a file
descriptor ready to read, but in a end-of-file condition.

* Remove windows tweaks from test_puma_server_ssl.rb

So that the hang I'm getting when running the tests locally can be
reproduced.

* Add missing appveyor entry

* Try fix 2.2.9 build

* Fix extra package installation on appveyor
2018-05-09 12:30:22 -06:00
MSP-Greg
fb6e6ae888 apveyor.yml
Add Ruby 2.5, remove 2.1
Add ragel package installation
Clean up cache code
2018-03-19 18:34:04 -05:00
MSP-Greg
b9485b13f4 Add ssl support to Windows builds, Appveyor (#1439) 2017-10-16 07:42:16 -06:00
Nikolay Vashchenko
a31a62656d Appveyor CI (#1374)
* appveyour config

* proper platforms for windows

* disabling tests with ssl and interrupts

* excessive ssl setup

* fixed message

* adding info in readme regarding stopgap_13632

* formatting

* trailing spaces
2017-07-27 12:18:58 -06:00