AW: [users@httpd] Is HPACK compression supported in Apache httpd with h2?

2020-05-27 Thread simon.studer
Hi Stefan, Thank you for the clarification and for answering so quickly! Best, Simon -Ursprüngliche Nachricht- Von: Stefan Eissing Gesendet: Mittwoch, 27. Mai 2020 16:32 An: users@httpd.apache.org Betreff: Re: [users@httpd] Is HPACK compression supported in Apache httpd with h2? Hi

Re: [users@httpd] Is HPACK compression supported in Apache httpd with h2?

2020-05-27 Thread Stefan Eissing
Hi Simon, the internal HTTP/2 handling is done using the nghttp2 library, see for details. That one does the HPACK and this is the reason you seen no special code for that in mod_http2. Cheers, Stefan > Am 27.05.2020 um 16:23 schrieb simon.stu...@post.c

[users@httpd] Is HPACK compression supported in Apache httpd with h2?

2020-05-27 Thread simon.studer
Hi everyone, Currently, I am looking into HTTP/2 and mod_http2. I could not, however find any information concerning HPACK compression support for Apache httpd. The HPACK compression algorithm is specified in RFC 7541: https://tools.ietf.org/html/rfc7541. For nginx, the HTTP/2 module implement