lua-resty-upload icon indicating copy to clipboard operation
lua-resty-upload copied to clipboard

plan for support http v2?

Open techzhou opened this issue 8 years ago • 4 comments

lua entry thread aborted: runtime error: /usr/local/openresty/lualib/resty/upload.lua:61: http v2 not supported yet

techzhou avatar May 26 '16 06:05 techzhou

@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.

agentzh avatar May 26 '16 16:05 agentzh

@techzhou Do you want to contribute a patch for that? :)

agentzh avatar May 26 '16 16:05 agentzh

when i use the https the problem will happen,but use http its ok.

weichangdong avatar Sep 05 '17 10:09 weichangdong

@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.

agentzh avatar Sep 05 '17 16:09 agentzh