Updated 'nghttp2' time patch for new version.

This commit is contained in:
LoRd_MuldeR 2024-11-12 18:52:08 +01:00
parent b29e588c9b
commit 6f156be298

View File

@ -1,16 +1,14 @@
lib/nghttp2_time.c | 40 ++++++++++------------------------------
1 file changed, 10 insertions(+), 30 deletions(-)
lib/nghttp2_time.c | 38 ++++++++++----------------------------
1 file changed, 10 insertions(+), 28 deletions(-)
diff --git a/lib/nghttp2_time.c b/lib/nghttp2_time.c
index 947b544..db18869 100644
index 148ccfdc..355b225a 100644
--- a/lib/nghttp2_time.c
+++ b/lib/nghttp2_time.c
@@ -28,36 +28,16 @@
# include <windows.h>
#endif /* HAVE_WINDOWS_H */
@@ -30,34 +30,16 @@
#include <time.h>
-#include <time.h>
-
-#if !defined(HAVE_GETTICKCOUNT64) || defined(__CYGWIN__)
-static uint64_t time_now_sec(void) {
- time_t t = time(NULL);