haproxytech / haproxy-lua-http

Simple Lua HTTP helper && client for use with HAProxy.
Apache License 2.0
56 stars 23 forks source link

Add support for chunked transfer encoding data streaming #1

Closed epicfilemcnulty closed 5 years ago

epicfilemcnulty commented 5 years ago

Chunked transfer encoding is an essential part of HTTP/1.1, so it's nice to have this case covered.

epicfilemcnulty commented 5 years ago

Welcome, I'm always glad to contribute something useful =)