Merge pull request #130 from iresty/typo

change: typo.
This commit is contained in:
Yo-An Lin 2019-07-21 19:30:50 +08:00 committed by GitHub
commit 577cfa0ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ struct _R3Route {
unsigned int remote_addr_v4;
int remote_addr_v4_bits;
int http_scheme; // can be (SCHEME_HTTP or SCHEME_HTTP)
int http_scheme; // can be (SCHEME_HTTP or SCHEME_HTTPS)
} __attribute__((aligned(64)));