mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
Correct the description
This commit is contained in:
parent
28262145ab
commit
edfa533a4d
@ -1,7 +1,7 @@
|
||||
// Copyright (c) 2020 Cesanta Software Limited
|
||||
// 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:
|
||||
//
|
||||
// curl http://localhost:8000/upload?name=a.txt --data-binary @large_file.txt
|
||||
|
Loading…
Reference in New Issue
Block a user