Skip to content

Commit 516ac5c

Browse files
committed
Increase the method field size in http
1 parent 8e792a9 commit 516ac5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process/http.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct RecordExtHTTP : public RecordExt {
8787
bool req;
8888
bool resp;
8989

90-
char method[10];
90+
char method[16];
9191
char host[64];
9292
char uri[128];
9393
char user_agent[128];

0 commit comments

Comments
 (0)