fix
This commit is contained in:
parent
efd4d9c750
commit
449e9d726f
2 changed files with 2 additions and 2 deletions
2
http.h
2
http.h
|
|
@ -56,7 +56,7 @@ typedef struct {
|
|||
uint8_t minor;
|
||||
} http_version_t;
|
||||
|
||||
// transaltes a http_version_t to a single readable number (e.g. 1.1 -> 11, 1.0 -> 10, etc)
|
||||
// translates a http_version_t to a single readable number (e.g. 1.1 -> 11, 1.0 -> 10, etc)
|
||||
int httpVerNumber(http_version_t ver);
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue