mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-31 01:13:01 +08:00
Fix a typo
PUBLISHED_FROM=183a1bb571d0e2f5c23181107d30417f73c1eeb1
This commit is contained in:
parent
b8402ed073
commit
02b7399f9a
@ -5963,7 +5963,7 @@ static int mg_http_multipart_wait_for_boundary(struct mg_connection *c) {
|
|||||||
|
|
||||||
if (pd->mp_stream.boundary == NULL) {
|
if (pd->mp_stream.boundary == NULL) {
|
||||||
pd->mp_stream.state = MPS_FINALIZE;
|
pd->mp_stream.state = MPS_FINALIZE;
|
||||||
DBG(("Invalid request: boundary not initilaized"));
|
DBG(("Invalid request: boundary not initialized"));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user