mirror of
https://github.com/cesanta/mongoose.git
synced 2025-07-25 22:56:16 +08:00
Correct the description
This commit is contained in:
parent
28262145ab
commit
edfa533a4d
@ -1,7 +1,7 @@
|
|||||||
// Copyright (c) 2020 Cesanta Software Limited
|
// Copyright (c) 2020 Cesanta Software Limited
|
||||||
// All rights reserved
|
// All rights reserved
|
||||||
//
|
//
|
||||||
// Streaming upload example. Demonstrates how to use chunked encoding
|
// Streaming upload example. Demonstrates how to use MG_EV_HTTP_CHUNK events
|
||||||
// to send large payload in smaller chunks. To test, use curl utility:
|
// to send large payload in smaller chunks. To test, use curl utility:
|
||||||
//
|
//
|
||||||
// curl http://localhost:8000/upload?name=a.txt --data-binary @large_file.txt
|
// curl http://localhost:8000/upload?name=a.txt --data-binary @large_file.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user