mangoGoForward commented on issue #4929:
URL: https://github.com/apache/apisix/issues/4929#issuecomment-908834826


   > > > It seems that Eureka returned compressed data? While APISIX cannot 
unzip it.
   > > 
   > > 
   > > I try to use lua-zlib to unzip response, but can not decode also
   > 
   > Any errors thrown?
   
   ```
   local res_body = res.body
   local unzip_data = zlib.inflate(res_body)
   ```
   the type of unzip_data is userdata


-- 
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]


Reply via email to