Home
last modified time | relevance | path

Searched refs:connection_close (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/beast/test/beast/http/
Dbasic_parser.cpp39 connection_close = 4, enumerator
104 if(flags_ & parse_flag::connection_close) in operator ()()
562 …ind<P>(cn("close\r\n"), expect_flags{*this, parse_flag::connection_close}); in testConnectionField()
563 …ind<P>(cn(",close\r\n"), expect_flags{*this, parse_flag::connection_close}); in testConnectionField()
564 …ind<P>(cn(" close\r\n"), expect_flags{*this, parse_flag::connection_close}); in testConnectionField()
565 …ind<P>(cn("\tclose\r\n"), expect_flags{*this, parse_flag::connection_close}); in testConnectionField()
566 …ind<P>(cn("close,\r\n"), expect_flags{*this, parse_flag::connection_close}); in testConnectionField()
567 …ind<P>(cn("close\t\r\n"), expect_flags{*this, parse_flag::connection_close}); in testConnectionField()
568 …ind<P>(cn("close\r\n"), expect_flags{*this, parse_flag::connection_close}); in testConnectionField()
569 …ind<P>(cn(" ,\t,,close,, ,\t,,\r\n"), expect_flags{*this, parse_flag::connection_close}); in testConnectionField()
[all …]
/third_party/nghttp2/src/
Dshrpx_https_upstream.cc339 req.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
923 auto connection_close = false; in send_reply() local
932 connection_close = true; in send_reply()
935 connection_close = true; in send_reply()
939 connection_close = true; in send_reply()
943 if (connection_close) { in send_reply()
944 resp.connection_close = true; in send_reply()
1006 resp.connection_close = true; in error_reply()
1171 resp.connection_close = true; in on_downstream_header_complete()
1176 if (!req.connection_close && !resp.connection_close) { in on_downstream_header_complete()
[all …]
Dshrpx_downstream.h160 connection_close(false), in Request()
217 bool connection_close; member
239 connection_close(false), in Response()
289 bool connection_close; member
Dshrpx_http_downstream_connection.cc67 resp.connection_close = true; in timeoutcb()
574 } else if (req.connection_close) { in push_request_headers()
981 resp.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
987 resp.connection_close = true; in htp_hdrs_completecb()
992 resp.connection_close = true; in htp_hdrs_completecb()
Dshrpx_http2_session.cc1145 resp.connection_close = true; in on_response_headers()
1169 resp.connection_close = true; in on_response_headers()
Dshrpx_downstream.cc1111 !resp_.connection_close && request_buf_.rleft() == 0; in can_detach_downstream_connection()
Dshrpx_http2_upstream.cc1898 resp.connection_close = true; in on_downstream_body_complete()
/third_party/grpc/src/core/lib/http/
Dformat_request.cc38 bool connection_close, in fill_common_header() argument
46 if (connection_close) buf->push_back("Connection: close\r\n"); in fill_common_header()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_dbus.c51 SDL_DBUS_SYM(connection_close); in LoadDBUSSyms()
131 dbus.connection_close(dbus.session_conn); in SDL_DBus_Quit()
DSDL_dbus.h48 void (*connection_close)(DBusConnection *); member
DSDL_ibus.c515 dbus->connection_close(ibus_conn); in SDL_IBus_Quit()