97c8771714
Controller::HandleStreamConnection called s->SetHostSocket() on the first stream inside the extra-stream loop. When an extra stream carried no downstream data (nothing triggered Stream::OnReceived to set host_socket for it), Stream::SetConnected() hit CHECK(_host_socket != NULL). Set host_socket on the extra stream itself, matching the server-side logic in baidu_rpc_protocol. Co-authored-by: jiangyt-git <64257436+jiangyt-git@users.noreply.github.com> Co-authored-by: jiangyuting <jiangyutingwangyi@163.com>
57 lines
761 B
Plaintext
57 lines
761 B
Plaintext
# Ignore all files without extension.
|
|
# If you need to git-add a file without extension, add -f
|
|
*
|
|
!*.*
|
|
!*/
|
|
|
|
*.o
|
|
*.a
|
|
*.log
|
|
*.pb.cc
|
|
*.pb.h
|
|
*.prof
|
|
*.so
|
|
*.dylib
|
|
*.rej
|
|
/output
|
|
/test/output
|
|
build/
|
|
|
|
# Ignore hidden files
|
|
.*
|
|
*.swp
|
|
|
|
# Ignore auto-generated files
|
|
config.mk
|
|
src/butil/config.h
|
|
|
|
# Ignore CMake files
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
/CPackSourceConfig.cmake
|
|
/CPackConfig.cmake
|
|
/cmake-build-debug/
|
|
/googletest-download/
|
|
/googletest-src/
|
|
/test/rpc_data/
|
|
/test/monitor/
|
|
/test/curl.out
|
|
/test/out.txt
|
|
/test/recordio_ref.io
|
|
|
|
# Ignore protoc-gen-mcpack files
|
|
/protoc-gen-mcpack*/
|
|
|
|
# Ignore bazel files
|
|
bazel-bin
|
|
bazel-out
|
|
bazel-testlogs
|
|
bazel-brpc
|
|
MODULE.bazel.lock
|