diff Resources/Patches/civetweb-1.12.patch @ 3802:6462ecaa045b

fix unit test, reorganization of OpenSSL initialization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Apr 2020 12:54:45 +0200
parents 9fe1d64a748c
children
line wrap: on
line diff
--- a/Resources/Patches/civetweb-1.12.patch	Thu Apr 02 11:24:47 2020 +0200
+++ b/Resources/Patches/civetweb-1.12.patch	Thu Apr 02 12:54:45 2020 +0200
@@ -1,6 +1,6 @@
 diff -urEb civetweb-1.12.orig/include/civetweb.h civetweb-1.12/include/civetweb.h
---- civetweb-1.12.orig/include/civetweb.h	2020-04-02 10:56:55.681988632 +0200
-+++ civetweb-1.12/include/civetweb.h	2020-04-02 10:57:36.413858039 +0200
+--- civetweb-1.12.orig/include/civetweb.h	2020-04-02 12:07:20.727054140 +0200
++++ civetweb-1.12/include/civetweb.h	2020-04-02 12:07:42.734996559 +0200
 @@ -1614,6 +1614,9 @@
                                    struct mg_error_data *error);
  #endif
@@ -12,12 +12,12 @@
  }
  #endif /* __cplusplus */
 diff -urEb civetweb-1.12.orig/src/civetweb.c civetweb-1.12/src/civetweb.c
---- civetweb-1.12.orig/src/civetweb.c	2020-04-02 10:56:55.685988619 +0200
-+++ civetweb-1.12/src/civetweb.c	2020-04-02 11:00:31.345304121 +0200
-@@ -20705,4 +20705,13 @@
+--- civetweb-1.12.orig/src/civetweb.c	2020-04-02 12:07:20.731054129 +0200
++++ civetweb-1.12/src/civetweb.c	2020-04-02 12:07:52.250971600 +0200
+@@ -20704,5 +20704,12 @@
+ 	return 1;
  }
  
- 
 +// Added by SJ
 +void mg_disable_keep_alive(struct mg_connection *conn)
 +{
@@ -25,6 +25,5 @@
 +    conn->must_close = 1;
 +  }
 +}
-+
-+
+ 
  /* End of civetweb.c */