Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:connect_proto
(Results
1 - 8
of
8
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_downstream.h
162
connect_proto
(ConnectProto::NONE),
in Request()
176
return method == HTTP_CONNECT &&
connect_proto
== ConnectProto::NONE;
in regular_connect_method()
180
return
connect_proto
!= ConnectProto::NONE;
in extended_connect_method()
212
//
connect_proto
specified in HTTP/2 :protocol pseudo header field
215
ConnectProto
connect_proto
;
member
H
A
D
shrpx_http2_downstream_connection.cc
108
if (req.method != HTTP_CONNECT && req.
connect_proto
== ConnectProto::NONE) {
in attach_downstream()
247
if (req.
connect_proto
!= ConnectProto::NONE &&
in push_request_headers()
296
if (req.
connect_proto
== ConnectProto::WEBSOCKET) {
in push_request_headers()
322
if (!req.no_authority || req.
connect_proto
!= ConnectProto::NONE) {
in push_request_headers()
484
if (req.method == HTTP_CONNECT || req.
connect_proto
!= ConnectProto::NONE ||
in push_request_headers()
H
A
D
shrpx_http2_upstream.cc
399
auto
connect_proto
= req.fs.header(http2::HD__PROTOCOL);
in on_request_headers()
local
400
if (
connect_proto
) {
in on_request_headers()
401
if (
connect_proto
->value != "websocket") {
in on_request_headers()
407
req.
connect_proto
= ConnectProto::WEBSOCKET;
in on_request_headers()
1773
if (req.
connect_proto
== ConnectProto::WEBSOCKET && resp.http_status == 101) {
in on_downstream_header_complete()
H
A
D
shrpx_downstream.cc
796
// This handles nonzero req_.
connect_proto
and h1 frontend requests
in check_upgrade_fulfilled_http2()
799
req_.
connect_proto
== ConnectProto::WEBSOCKET) &&
in check_upgrade_fulfilled_http2()
805
if (req_.
connect_proto
== ConnectProto::WEBSOCKET) {
in check_upgrade_fulfilled_http1()
859
req_.
connect_proto
= ConnectProto::WEBSOCKET;
in inspect_http1_request()
H
A
D
shrpx_http3_upstream.cc
1361
if (req.
connect_proto
== ConnectProto::WEBSOCKET && resp.http_status == 101) {
in on_downstream_header_complete()
2287
auto
connect_proto
= req.fs.header(http2::HD__PROTOCOL);
in http_end_request_headers()
local
2288
if (
connect_proto
) {
in http_end_request_headers()
2289
if (
connect_proto
->value != "websocket") {
in http_end_request_headers()
2295
req.
connect_proto
= ConnectProto::WEBSOCKET;
in http_end_request_headers()
H
A
D
shrpx_http_downstream_connection.cc
505
req.
connect_proto
== ConnectProto::WEBSOCKET ? HTTP_GET : req.method);
in push_request_headers()
560
if (req.
connect_proto
== ConnectProto::WEBSOCKET) {
in push_request_headers()
H
A
D
shrpx_https_upstream.cc
1174
if (req.
connect_proto
!= ConnectProto::NONE && downstream->get_upgraded()) {
in on_downstream_header_complete()
1236
if (req.
connect_proto
== ConnectProto::WEBSOCKET &&
in on_downstream_header_complete()
H
A
D
shrpx_http2_session.cc
1881
(req.
connect_proto
== ConnectProto::NONE || settings_recved_);
in can_push_request()
1941
if (req.
connect_proto
!= ConnectProto::NONE && !settings_recved_) {
in submit_pending_requests()
Completed in 17 milliseconds