lua-resty-upload
lua-resty-upload copied to clipboard
plan for support http v2?
lua entry thread aborted: runtime error: /usr/local/openresty/lualib/resty/upload.lua:61: http v2 not supported yet
@techzhou HTTP 2's in-connection multiplexing might be problematic for such pulling techniques. But we'll have some kind of compromises similar to NGINX's non-buffered request handling in HTTP 2.
@techzhou Do you want to contribute a patch for that? :)
when i use the https the problem will happen,but use http its ok.
@weichangdong Apparently it was HTTP/2 and the error message clearly indicates the lack of support for HTTP/2. It has nothing to do with traditional https.