Use new chunked encoding parser

This commit is contained in:
Alex Hultman
2022-10-08 08:16:55 +02:00
parent 9437b0e4e8
commit 9428c55053
3 changed files with 42 additions and 131 deletions
+4
View File
@@ -5,6 +5,10 @@
* be hashed with crc32 and sent back in the response. This example also shows how to deal with
* aborted requests. */
/* curl -H "Transfer-Encoding: chunked" --data-binary @video.mp4 http://localhost:3000 */
/* curl --data-binary @video.mp4 http://localhost:3000 */
/* crc32 video.mp4 */
/* Note that uWS::SSLApp({options}) is the same as uWS::App() when compiled without SSL support */
#include <zlib.h>