Yash Tibrewal
e26ec77423
revert auto changes
5 years ago
Yash Tibrewal
2723a1bae6
Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received
5 years ago
Lidi Zheng
e819e03a83
Restore 27 compatibility
5 years ago
Lidi Zheng
3e187feca0
Fix the inaccurate cancel injection
5 years ago
Lidi Zheng
b8691f9669
Fix the import for aio gRPC
5 years ago
Lidi Zheng
faf946931d
Add the new test case to tests.json
5 years ago
Lidi Zheng
3e85a129b4
Add test case for set_code with no return value
5 years ago
Lidi Zheng
9b4070a380
Fix the None return case
5 years ago
Lidi Zheng
eb9728f25f
Add AsyncIO support to grpcio-reflection
5 years ago
Yash Tibrewal
13d00aef9c
Remove unnecessary header
5 years ago
Vijay Pai
7d82170ec0
Remove unneeded assignment
5 years ago
Donna Dionne
b39feead62
Fixing code review comments.
5 years ago
Yash Tibrewal
633719d104
Revert API changes to byte buffer reader
5 years ago
Jan Tattermusch
0ac1f04ecc
remove g-stands-for from user agent string
5 years ago
Yash Tibrewal
8776c85f39
Fix refcounting for WatcherWrapper
5 years ago
Donna Dionne
6ec6c24dc1
Fixing code review comments.
5 years ago
jeffreyqw
b26724f327
PHP:Dockerfile grpc-centos
...
Update Docker image: Centos7 with GCC5, PHP7.2
5 years ago
Donna Dionne
f54891aff8
Fixing a build error.
5 years ago
Yash Tibrewal
d24387ae4f
Removing compression from grpc_byte_buffer_reader, removing ManualConstructor in decompress filter and fixing tests
5 years ago
Donna Dionne
6864760acb
Remove unused variables.
5 years ago
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
Mark D. Roth
dc976d2a77
xds: Remove fallback code and support for old xds LB configs.
5 years ago
Donna Dionne
ddb98d6b52
Fixing code review comments:
...
- added more tests and improved structuring of backend service
- fixing grpc_tool tests (due to adding of new test serices/methods
5 years ago
Donna Dionne
1ae804c8c0
Fixing code review comments:
...
- Fixing for comments in all except for test file
- Multi-purpose test_service_impl.h as oppose
to creating new files.
5 years ago
Richard Belleville
4e6327493d
Support SO_REUSEPORT on manylinux2010
5 years ago
Yash Tibrewal
ce8a1df713
Reviewer comments
5 years ago
Yash Tibrewal
e5a1509d94
Move around slice buffer initialization and destruction
5 years ago
Yash Tibrewal
331b332392
Try fixing interop tests
5 years ago
Yash Tibrewal
aca1145bb6
Fix C Core tests
5 years ago
Yash Tibrewal
f1d8be6af4
Pass decompression errors to status
5 years ago
Yash Tibrewal
3c34eae97e
Move decompression into gRPC Core
5 years ago
Yash Tibrewal
cdf7b2cc7a
Use std::aligned_storage instead of absl::optional to maintain compatibility with Windows
5 years ago
Yash Tibrewal
2d0ed47223
Reviewer comments
5 years ago
Yash Tibrewal
c90dc0e098
Remove blank line
5 years ago
Yash Tibrewal
edc2a6b988
Add option for logging keepalive pings
5 years ago
Muxi Yan
65e24bcfc9
make generated header idempotent
5 years ago
Taras Galkovskyi
83ada3b598
adjusting formatting & tests
5 years ago
Taras Galkovskyi
2b3eca0858
adding api to configure target service accounts for client ALTS
5 years ago
Yash Tibrewal
7a654ed1a5
Remove const data member from ByteStream to make it copyable
5 years ago
Donna Dionne
0a7b9dac06
Fixing code review comments.
5 years ago
Donna Dionne
8a8ca5436b
Added grpc arg to enable xds routing and restore old tests.
5 years ago
Donna Dionne
c4d4541af5
Added TestMultipleServiceImpl.h: a templated test service to allow
...
multiple RPC services to be used in test.
5 years ago
Yash Tibrewal
44bc3b9bd6
Reviewer comments
5 years ago
Muxi Yan
802368945f
gzip generates the same content for each build_projects
5 years ago
Taras Galkovskyi
ed04792ac5
unify interop alts credentials use
5 years ago
Taras Galkovskyi
309c8e65f4
declare alts support for python interop client/server
5 years ago
Donna Dionne
d9611cf1ca
Fixed AllServerUnavailableFailFast test to return UNAVAILBLE instead
...
UNKNOWN.
5 years ago
Mark D. Roth
c3fc65c9e0
Don't NACK EDS updates with no localities, but report TRANSIENT_FAILURE.
5 years ago
Ashitha Santhosh
fdbdcb93d2
Remove ABSL_CONST_INIT.
5 years ago
Donna Dionne
0c2f9565f4
Fixing code review comments
5 years ago