Searched refs:connection_close (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/beast/test/beast/http/ |
D | basic_parser.cpp | 39 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/ |
D | shrpx_https_upstream.cc | 339 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 …]
|
D | shrpx_downstream.h | 160 connection_close(false), in Request() 217 bool connection_close; member 239 connection_close(false), in Response() 289 bool connection_close; member
|
D | shrpx_http_downstream_connection.cc | 67 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()
|
D | shrpx_http2_session.cc | 1145 resp.connection_close = true; in on_response_headers() 1169 resp.connection_close = true; in on_response_headers()
|
D | shrpx_downstream.cc | 1111 !resp_.connection_close && request_buf_.rleft() == 0; in can_detach_downstream_connection()
|
D | shrpx_http2_upstream.cc | 1898 resp.connection_close = true; in on_downstream_body_complete()
|
/third_party/grpc/src/core/lib/http/ |
D | format_request.cc | 38 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/ |
D | SDL_dbus.c | 51 SDL_DBUS_SYM(connection_close); in LoadDBUSSyms() 131 dbus.connection_close(dbus.session_conn); in SDL_DBus_Quit()
|
D | SDL_dbus.h | 48 void (*connection_close)(DBusConnection *); member
|
D | SDL_ibus.c | 515 dbus->connection_close(ibus_conn); in SDL_IBus_Quit()
|