Brian O'Connor
d38f7cfe5e
Fixing bug with END_STREAM if header has continuations
...
- The HEADER frame should get the END_STREAM flag per the HTTP/2 spec;
the old code put END_STREAM on the last CONTINUATION frame.
- Removing deprecated parameter, is_last_in_stream, from finish_frame();
it has been superseded by the is_end_of_stream member of the framer_state
struct.
- Adding some gRPC frame validation tests to hpack_encoder_test.cc,
and explicting checking that the END_STREAM flag is not on the
CONTINUATION frame.
fixes #21436
5 years ago
Muxi Yan
e8ec1d6273
Merge pull request #22649 from grpc/fix-xds-e2e-test
...
Use correct status code type in xDS e2e test
5 years ago
Richard Belleville
2974b5c816
Merge pull request #22643 from gnossen/manylinux2010_soreuseport
...
Support SO_REUSEPORT on manylinux2010
5 years ago
Muxi Yan
317a55dd7e
Use correct status code type
5 years ago
Richard Belleville
0cdffa970c
Buildifier
5 years ago
Richard Belleville
c14fce7ab4
Typo
5 years ago
Richard Belleville
e97cd37e68
Support running multiprocessing example without Bazel
5 years ago
Richard Belleville
96024a9ad3
Update documentation
5 years ago
Richard Belleville
4e6327493d
Support SO_REUSEPORT on manylinux2010
5 years ago
Yash Tibrewal
b25682427c
Merge pull request #22567 from yashykt/c++msgcomp
...
C++ize message compress filter
5 years ago
Yash Tibrewal
cdf7b2cc7a
Use std::aligned_storage instead of absl::optional to maintain compatibility with Windows
5 years ago
Eric Gribkoff
2285530390
Merge pull request #22639 from ericgribkoff/fix_patch
...
xDS test improvements
5 years ago
Eric Gribkoff
6aa983e819
typo
5 years ago
Vijay Pai
e677f3d166
Merge pull request #22621 from grpc/vjpai-patch-1
...
Unmark flaky on streaming_pump
5 years ago
Eric Gribkoff
ade157dd7a
yapf
5 years ago
Eric Gribkoff
6355d71a9f
Make GCP alpha API use optional
5 years ago
Eric Gribkoff
c34311d996
Wait longer for backend instance patch
5 years ago
Eric Gribkoff
d5d258b70f
Do not set default port in url map patch
5 years ago
Jiangtao Li
60cebcdd2b
Merge pull request #22292 from ashithasantosh/c++
...
Implemented Frame Size Negotiation in ALTS for gRPC C++.
5 years ago
Yash Tibrewal
d7c916be49
Merge branch 'master' into c++msgcomp
5 years ago
Yash Tibrewal
7a654ed1a5
Remove const data member from ByteStream to make it copyable
5 years ago
Yash Tibrewal
44bc3b9bd6
Reviewer comments
5 years ago
Yash Tibrewal
3dca4a3213
Merge pull request #22615 from yashykt/http2maxwindowsize
...
Clamp the receive flow control window size to ((1 << 31) - 1)
5 years ago
Jan Tattermusch
9e82d59cd7
Merge pull request #22629 from jtattermusch/avoid_too_long_win2
...
avoid too long name for retry_exceeds_buffer_size_in_initial_batch
5 years ago
Jan Tattermusch
733c85744e
Merge pull request #22631 from jtattermusch/client_channel_stress_test_flaky
...
mark client_channel_stress_test as flaky
5 years ago
Jan Tattermusch
697f411fef
mark client_channel_stress_test as flaky
5 years ago
Jan Tattermusch
06c6fa73b0
avoid too long name for retry_exceeds_buffer_size_in_initial_batch
5 years ago
ZhenLian
cb67f77f18
Merge pull request #22622 from grpc/zhen_core_test_improvement
...
[2/n] Avoid using hardcoded test credentials
5 years ago
ZhenLian
e4dcc0319c
[2/n] Avoid using hardcoded test credentials
5 years ago
Richard Belleville
3928f2fa69
Merge pull request #22561 from gnossen/python35_test
...
Add 3.5 to default interpreters to be tested.
5 years ago
Mark D. Roth
e6ab0c25e2
Merge pull request #22612 from markdroth/xds_eds_no_localities_fix
...
xds: Don't NACK EDS updates with no localities, but report TRANSIENT_FAILURE.
5 years ago
Stanley Cheung
6fcb352dc4
Merge pull request #22611 from HannahShiSFB/update-doc-add-flag-before-make
...
PHP: doc update: Set a flag(allow fork) before c-core make
5 years ago
Stanley Cheung
dbb9fb7506
Merge pull request #22600 from stanley-cheung/fix-cronet-crash
...
Fix cronet transport crash
5 years ago
Jan Tattermusch
af7921d127
Merge pull request #22620 from jtattermusch/dart_interop_27
...
Switch grpc-dart interop test to dart2.7
5 years ago
Vijay Pai
719ec593d0
Regen projects
5 years ago
Vijay Pai
527509abc4
Unmark flaky on streaming_pump
5 years ago
Vijay Pai
f43a375d29
Merge pull request #22619 from vjpai/bm_disable_sock_pair
...
Disable SockPair fixture in streaming_pump microbenchmark
5 years ago
Jan Tattermusch
bb3b5d1d23
switch grpc-dart interop test to dart2.7
5 years ago
Vijay Pai
f1979cece2
Disable SockPair fixture
5 years ago
Mark D. Roth
c3fc65c9e0
Don't NACK EDS updates with no localities, but report TRANSIENT_FAILURE.
5 years ago
Mark D. Roth
80b74811d4
Merge pull request #22117 from markdroth/xdslb_refactor
...
Refactor xds LB policy
5 years ago
Ashitha Santhosh
fdbdcb93d2
Remove ABSL_CONST_INIT.
5 years ago
Eric Gribkoff
a04f0db4db
Merge pull request #22547 from ericgribkoff/use_grpc_hc
...
Use grpcHealthCheck and targetGrpcProxy
5 years ago
Yash Tibrewal
652ab6c497
Clamp the max recv flow control window to 2^31 - 1
5 years ago
Eric Gribkoff
d9c6b001c0
Use validate-for-proxyless
5 years ago
Eric Gribkoff
bc831fec51
Use grpcHealthCheck and targetGrpcProxy
5 years ago
Richard Belleville
1c1321ddea
Indentation
5 years ago
Lidi Zheng
761d2b10f7
Merge pull request #22565 from lidizheng/aio-try-connect
...
[Aio] Add wait_for_connection API for streaming calls
5 years ago
Mark D. Roth
f8f6034d1a
Refactor xds LB policy
5 years ago
Hannah Shi
3de85634f3
add an instruction of setting a flag before c-core make, after #22416 merged
5 years ago