-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gRPC C core to v1.29.1 #466
Conversation
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
2e39ef1
to
a746265
Compare
Signed-off-by: Xintao <[email protected]>
In addition to the openssl-src upgrade, I think the other parts are ready. PTAL @BusyJay |
BTW, I tested following #465 and found v1.29.1 still cannot be compiled with mingw environment. And the upstream does not seem to provide support for mingw. |
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
Signed-off-by: Xintao <[email protected]>
aa2de0b
to
b9639c8
Compare
Signed-off-by: Xintao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quick question: does openssl-vendered
feature has effect if openssl
feature is not used? Seems to me some code assume yes and some assume no.
@yiwu-arbug You can consider openssl-vendored as "openssl/vendored", so openssl feature is used. Unfortunately, '/' is not allowed in features name. |
Signed-off-by: Xintao [email protected]