sozu-proxy / sozu

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!
https://www.sozu.io/
GNU Affero General Public License v3.0
3.03k stars 187 forks source link

Support for HTTP footers #230

Open kali opened 7 years ago

kali commented 7 years ago

Footers are THE killer feature of http. I don't understand why everybody hates them.

divarvel commented 7 years ago

Just to make sure, you mean support for Chunked encoding trailers, right? (section 4.1.2 in RFC7230)

On Thu, Aug 24, 2017 at 6:04 PM, Mathieu Poumeyrol <notifications@github.com

wrote:

Footers are THE killer feature of http. I don't understand why everybody hates them.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sozu-proxy/sozu/issues/230, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKk83v8M_GqfesUHY7CKmLk04Imki1Lks5sbZ8hgaJpZM4PBl6K .

kali commented 7 years ago

yes ! that and 4.4 ! i just love how it makes any attempt at a reasonable implementation of http fail.

Geal commented 7 years ago

my favorite is pipelining, which is only useful when someone wants to benchmark their brand new HTTP server. Nobody uses it in the real world, but everybody uses it in benchmarks, so they need to implement it.