Blame SOURCES/mod_http2-1.14.1-buildfix.patch

e3ec87
diff -uap mod_http2-1.14.0/mod_http2/h2_from_h1.c.buildfix mod_http2-1.14.0/mod_http2/h2_from_h1.c
e3ec87
--- mod_http2-1.14.0/mod_http2/h2_from_h1.c.buildfix	2019-02-12 13:30:56.000000000 +0000
e3ec87
+++ mod_http2-1.14.0/mod_http2/h2_from_h1.c	2019-03-14 10:35:46.365678537 +0000
e3ec87
@@ -35,6 +35,10 @@
e3ec87
 #include "h2_task.h"
e3ec87
 #include "h2_util.h"
e3ec87
 
e3ec87
+#ifndef AP_STATUS_IS_HEADER_ONLY
e3ec87
+#define AP_STATUS_IS_HEADER_ONLY(x) ((x) == HTTP_NO_CONTENT || \
e3ec87
+                                     (x) == HTTP_NOT_MODIFIED)
e3ec87
+#endif
e3ec87
 
e3ec87
 /* This routine is called by apr_table_do and merges all instances of
e3ec87
  * the passed field values into a single array that will be further