We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce2fed commit 5c048e3Copy full SHA for 5c048e3
CHANGES
@@ -1,6 +1,8 @@
1
v3.0.3 - YYYY-MMM-DD (to be released)
2
-------------------------------------
3
4
+ - Fix OpenBSD build
5
+ [Issue #1841 - @victorhora, @zimmerle, @juanfra684]
6
- Fix parser to support GeoLookup with MaxMind
7
[Issue #1884, #1895 - @victorhora, @everping]
8
- parser: Fix simple quote setvar in the end of the line
examples/multiprocess_c/multi.c
@@ -22,6 +22,7 @@
22
#include <unistd.h>
23
#include <sys/types.h>
24
#include <sys/wait.h>
25
+#include <sys/time.h>
26
27
#define FORKS 5
28
#define REQUESTS_PER_PROCESS 100
0 commit comments