spacewander commented on pull request #4956: URL: https://github.com/apache/apisix/pull/4956#issuecomment-912215709
> > > > I have ever met some strange situations when I deploy an Eureka service, it doesn't respect the `Accpet-Encoding` header, compressed data is sent all the time. > > And, I want to know the handle about the `Accept-Encoding` in the current APISIX implementation. We may still have to decode the compressed data. > > Compressed data is send depend on server, no matter client request of `Accpet-Encoding` header. Add a "if" logic can to process compressed data, and no effect on existing logic. what's your opinion? @tokers @tzssangglass So there is an option to enable compression in Eureka? The Eureka used in the CI doesn't send compression data by default. Maybe @mangoGoForward you can figure out why Eureka will send compression data even the client doesn't send the `Accpet-Encoding` header. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
