Renamed http strict and not strict

This commit is contained in:
2020-12-16 18:43:53 +01:00
parent 1be4929c6c
commit 812d5ab384
3 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@
#ifndef NECRONDA_SERVER_HTTP_H
#define NECRONDA_SERVER_HTTP_H
#define HTTP_STRICT 1
#define HTTP_NOT_STRICT 0
#define HTTP_LOWER 1
#define HTTP_PRESERVE_UPPER 0
typedef struct {
unsigned short code;