We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ab3fc commit b25c0eeCopy full SHA for b25c0ee
http/http.h
@@ -9,6 +9,7 @@ namespace just {
9
namespace http {
10
11
typedef struct httpContext httpContext;
12
+// todo: these should be configurable
13
#define MAX_PIPELINE 4096
14
#define JUST_MAX_HEADERS 32
15
0 commit comments