Bomin Zhang

Results 73 comments of Bomin Zhang

Thanks for the proposal, we will look into this.

hi @bigangryrobot , Output all logs to stdout/stderr mixes log streams and result in higher difficulty when debugging. But your idea is great as it is the best practice for...

Thanks for the valuable proposal, this requirement was neglected, because v2.0 is already released, we will try to find a solution for it.

hi @llooper-dev , this is just a message to report an error, but to find out what caused this error, we need more information, such as: * what is the...

Please check if the [CustomData](https://github.com/megaease/easegress/pull/500) feature meets your requirement (the PR has been merged, but the feature has not been released yet, please get the latest code from the main...

Hi @jthann , I think I need more information to understand the requirement. My current understanding is that you should not use `rewrite` in the case, but use a `RequestAdaptor`...

got it, we will try to find a solution for the requirement.

hi @jthann , I think the `RequestURI` field of the [http.Request](https://pkg.go.dev/net/http#Request) object is what you are asking for, and we don't need to make any changes to Easegress.

> @localvar there are other places also using req.Std.Path like `pkg/filters/ratelimiter/ratelimiter.go:248` `pkg/util/urlrule/urlrule.go:128`. This means if users configure the origin client url path after rewriting in yaml,it will not work as...