mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Fix Typos (NFC) (#5137)
This commit is contained in:
@@ -1859,7 +1859,7 @@ reexecute:
|
||||
&& parser->content_length != ULLONG_MAX);
|
||||
|
||||
/* The difference between advancing content_length and p is because
|
||||
* the latter will automaticaly advance on the next loop iteration.
|
||||
* the latter will automatically advance on the next loop iteration.
|
||||
* Further, if content_length ends up at 0, we want to see the last
|
||||
* byte again for our message complete callback.
|
||||
*/
|
||||
@@ -2347,7 +2347,7 @@ http_parser_parse_url(const char *buf, size_t buflen, int is_connect,
|
||||
case s_dead:
|
||||
return 1;
|
||||
|
||||
/* Skip delimeters */
|
||||
/* Skip delimiters */
|
||||
case s_req_schema_slash:
|
||||
case s_req_schema_slash_slash:
|
||||
case s_req_server_start:
|
||||
|
||||
Reference in New Issue
Block a user