Andrey

Results 4 issues of Andrey

### Expected behaviour The following should work in php-fpm.conf: ``` php_admin_value[session.save_handler] = redis php_admin_value[session.save_path] = "tls1.2://127.0.0.1:6379?stream[verify_peer_name]=0&stream[cafile]=file:///etc/pki/redis/ca.crt" ``` ### Actual behaviour After the start of php-fpm and first request for anything...

Having a 3rd-party application which can not expose any metrics by itself I wrote my own exporter which takes data from the app and exposes metrics. The next idea was...

When pressing Ctrld-D and logging out from SSH session, session tab must close as it was in previous versions. How do you think?

It seems like the OperationProxy might return zeep.xsd.valueobjects.CompoundValue or lxml.etree.Element. This is an excerpt from WSDL file, this Response is returned as CompundValue: ```xml ``` But in this case an...