cheald / manticore

Manticore is a JRuby HTTP client built on the Apache HttpClient 4.x components
https://gitlab.com/cheald/manticore
MIT License
54 stars 34 forks source link

will it support SO_KEEPALIVE socket option #66

Closed linbo closed 6 years ago

linbo commented 7 years ago

Hi,

I checked the code, looks no way to set SO_KEEPALIVE socket option, will it support in the future?

cheald commented 6 years ago

There is not currently any mechanism for directly managing the socket options on the sockets Manticore opens. If this is desired, a pull request would be accepted.