Alexzhang
Results
2
issues of
Alexzhang
normally, It works well. ``` http_request_handler!(ngx_http_hello_world_handler, |request: &mut Request| { // Ignore client request body if any if !request.discard_request_body().is_ok() { return HTTP_INTERNAL_SERVER_ERROR.into(); } // Create body let user_agent = request.user_agent();...
### Issue description I use nacos discovery, and for each microservice I register some additional metadata for finer-grained control I know that the traffic-split plugin can match routes at a...
enhancement