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


   > > > > 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
   
   
   Any error logs? information from these two lines is less.


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to