fix: wrong header name
This commit is contained in:
parent
095f86ad72
commit
acbe8dc314
2 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ typedef enum http_response_type {
|
|||
|
||||
typedef enum http_header {
|
||||
http_header_connection = 0,
|
||||
http_header_redirect = 1
|
||||
http_header_location = 1
|
||||
} http_header;
|
||||
|
||||
typedef struct http_response_header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue