Lv,guanglin
Lv,guanglin
hi @pintsized , #### Bug 1 the following point is case sensitive,so if the value of request header Expect has some upper character,we will make mistake without handle_continue; - [http.lua#L539](https://github.com/pintsized/lua-resty-http/blob/master/lib/resty/http.lua#L539)...
Hi @pintsized `get_client_body_reader` return nil for a chunked request body. it's because `ngx.req.socket` is not yet support chunked request body. however,i think lua-resty-http should fix the case with `ngx.req.read_body`. thanks.
@doujiang24 , the gcd implement is not fair enough, the following is more better: ```lua function _M:next() local servers=self.servers local selectedIdx for i = 1, #servers do servers[i]['cweight'] = servers[i]['weight']...