1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/* Copyright (c) 2018-2025 Marcelo Zimbres Silva (mzimbres@gmail.com), * Ruben Perez Hidalgo (rubenperez038 at gmail dot com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) */ #ifndef BOOST_REDIS_REDIS_STREAM_HPP #define BOOST_REDIS_REDIS_STREAM_HPP #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace boost { namespace redis { namespace detail { template class redis_stream { asio::ssl::context ssl_ctx_; asio::ip::basic_resolver resolv_; asio::ssl::stream> stream_; #ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS asio::basic_stream_socket unix_socket_; #endif typename asio::steady_timer::template rebind_executor::other timer_; redis_stream_state st_; void reset_stream() { stream_ = {resolv_.get_executor(), ssl_ctx_}; } struct connect_op { redis_stream& obj_; connect_fsm fsm_; template void execute_action(Self& self, connect_action act) { auto& obj = this->obj_; // prevent use-after-move errors const auto& cfg = fsm_.get_config(); switch (act.type) { case connect_action_type::unix_socket_close: #ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS { system::error_code ec; obj.unix_socket_.close(ec); (*this)(self, ec); // This is a sync action } #else BOOST_ASSERT(false); #endif return; case connect_action_type::unix_socket_connect: #ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS obj.unix_socket_.async_connect( cfg.unix_socket, asio::cancel_after(obj.timer_, cfg.connect_timeout, std::move(self))); #else BOOST_ASSERT(false); #endif return; case connect_action_type::tcp_resolve: obj.resolv_.async_resolve( cfg.addr.host, cfg.addr.port, asio::cancel_after(obj.timer_, cfg.resolve_timeout, std::move(self))); return; case connect_action_type::ssl_stream_reset: obj.reset_stream(); // this action does not require yielding. Execute the next action immediately (*this)(self); return; case connect_action_type::ssl_handshake: obj.stream_.async_handshake( asio::ssl::stream_base::client, asio::cancel_after(obj.timer_, cfg.ssl_handshake_timeout, std::move(self))); return; case connect_action_type::done: self.complete(act.ec); break; // Connect should use the specialized handler, where resolver results are available case connect_action_type::tcp_connect: default: BOOST_ASSERT(false); } } // This overload will be used for connects template void operator()( Self& self, system::error_code ec, const asio::ip::tcp::endpoint& selected_endpoint) { auto act = fsm_.resume( ec, selected_endpoint, obj_.st_, self.get_cancellation_state().cancelled()); execute_action(self, act); } // This overload will be used for resolves template void operator()( Self& self, system::error_code ec, asio::ip::tcp::resolver::results_type endpoints) { auto act = fsm_.resume(ec, endpoints, obj_.st_, self.get_cancellation_state().cancelled()); if (act.type == connect_action_type::tcp_connect) { auto& obj = this->obj_; // prevent use-after-free errors asio::async_connect( obj.stream_.next_layer(), std::move(endpoints), asio::cancel_after(obj.timer_, fsm_.get_config().connect_timeout, std::move(self))); } else { execute_action(self, act); } } template void operator()(Self& self, system::error_code ec = {}) { auto act = fsm_.resume(ec, obj_.st_, self.get_cancellation_state().cancelled()); execute_action(self, act); } }; public: explicit redis_stream(Executor ex, asio::ssl::context&& ssl_ctx) : ssl_ctx_{std::move(ssl_ctx)} , resolv_{ex} , stream_{ex, ssl_ctx_} #ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS , unix_socket_{ex} #endif , timer_{std::move(ex)} { } // Executor. Required to satisfy the AsyncStream concept using executor_type = Executor; executor_type get_executor() noexcept { return resolv_.get_executor(); } // Accessors const auto& get_ssl_context() const noexcept { return ssl_ctx_; } bool is_open() const { #ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS if (st_.type == transport_type::unix_socket) return unix_socket_.is_open(); #endif return stream_.next_layer().is_open(); } auto& next_layer() { return stream_; } const auto& next_layer() const { return stream_; } // I/O template auto async_connect(const config& cfg, buffered_logger& l, CompletionToken&& token) { return asio::async_compose( connect_op{*this, connect_fsm(cfg, l)}, token); } // These functions should only be used with callbacks (e.g. within async_compose function bodies) template void async_write_some(const ConstBufferSequence& buffers, CompletionToken&& token) { switch (st_.type) { case transport_type::tcp: { stream_.next_layer().async_write_some(buffers, std::forward(token)); break; } case transport_type::tcp_tls: { stream_.async_write_some(buffers, std::forward(token)); break; } #ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS case transport_type::unix_socket: { unix_socket_.async_write_some(buffers, std::forward(token)); break; } #endif default: BOOST_ASSERT(false); } } template void async_read_some(const MutableBufferSequence& buffers, CompletionToken&& token) { switch (st_.type) { case transport_type::tcp: { return stream_.next_layer().async_read_some( buffers, std::forward(token)); break; } case transport_type::tcp_tls: { return stream_.async_read_some(buffers, std::forward(token)); break; } #ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS case transport_type::unix_socket: { unix_socket_.async_read_some(buffers, std::forward(token)); break; } #endif default: BOOST_ASSERT(false); } } // Cancels resolve operations. Resolve operations don't support per-operation // cancellation, but resolvers have a cancel() function. Resolve operations are // in general blocking and run in a separate thread. cancel() has effect only // if the operation hasn't started yet. Still, trying is better than nothing void cancel_resolve() { resolv_.cancel(); } }; } // namespace detail } // namespace redis } // namespace boost #endif