Add gcc opimization

This commit is contained in:
2021-05-10 18:12:08 +02:00
parent 3f5eee236d
commit 43c512dc5a
3 changed files with 5 additions and 5 deletions

@ -65,13 +65,13 @@ typedef struct {
typedef struct {
char method[16];
char *uri;
char version[3];
char version[4];
http_hdr hdr;
} http_req;
typedef struct {
const http_status *status;
char version[3];
char version[4];
http_hdr hdr;
} http_res;