-
Notifications
You must be signed in to change notification settings - Fork 10
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
Set createNew to true in AssignMessage policies used for response #35
Conversation
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
- Coverage 80.96% 80.91% -0.06%
==========================================
Files 7 7
Lines 1056 1053 -3
==========================================
- Hits 855 852 -3
Misses 106 106
Partials 95 95
Continue to review full report at Codecov.
|
There are a number of places in -envoy and -cli repos that set GODEBUG. Can these now be removed? |
According to my test, the yaml file used to deploy the remote-service-envoy still won't work without this |
So, it sounds like this doesn't actually addresses the problem described in #33. |
…pport http2client
…miss; removed GODEBUG env
The gcp-managed proxies should now all work with an http2 client. The GODEBUG environment variable has been removed. The sample config in the -envoy repo needs such update as well. Note: The version of go in go.mod is changed to 1.14. |
ok. please update the envoy sample. and let's update the other mod files as well. |
Fix #33
As my developing environment udpates golang automatically, the use of
string(int)
was changed tostring(rune(int))
to avoid error in go 1.15