Correct the description

This commit is contained in:
cpq 2023-01-27 22:45:35 +00:00
parent 28262145ab
commit edfa533a4d

View File

@ -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