https://bz.apache.org/bugzilla/show_bug.cgi?id=58825
--- Comment #10 from Adrian Sandu <[email protected]> --- I think I'm hitting the same thing with a simple form <form method="post" action="upload.html" enctype="multipart/form-data"> File: <input type="file" name="file" /> <input type="submit" name="submit" /> </form> upload.html is empty. Without the HTTP2 module, everything is ok. I can send you a debug log too if interested... I tried compiling https://github.com/icing/mod_h2 with no luck. CC mod_http2_la-h2_push.lo h2_push.c:682:22: error: conflicting types for built-in function ‘log2’ [-Werror] static unsigned char log2(apr_uint32_t n) ^ cc1: all warnings being treated as errors Makefile:703: recipe for target 'mod_http2_la-h2_push.lo' failed make[1]: *** [mod_http2_la-h2_push.lo] Error 1 gcc version 4.9.3 (Gentoo 4.9.3 p1.2, pie-0.6.3) Apache 2.4.18 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
