mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 19:19:00 +08:00
follow Google style
This commit is contained in:
parent
df206bc05a
commit
ca3f5a3257
@ -2409,8 +2409,7 @@ static int parse_http_message(char *buf, int len, struct mg_connection *ri) {
|
||||
} else {
|
||||
if (is_request) {
|
||||
ri->http_version += 5;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
ri->status_code = atoi(ri->uri);
|
||||
}
|
||||
parse_http_headers(&buf, ri);
|
||||
|
Loading…
Reference in New Issue
Block a user