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 dbc28f0 commit 5d4dfddCopy full SHA for 5d4dfdd
core/init.c
@@ -3,7 +3,7 @@
3
extern struct uwsgi_server uwsgi;
4
5
struct http_status_codes {
6
- const char key[3];
+ const char key[4];
7
const char *message;
8
int message_size;
9
};
0 commit comments