I'm using libmicrohttpd-0.9.62, and I'm having a problem with posting
chunked-encoded files without a Content-Length header:

POST /upload HTTP/1.1
Host: myhost.example
Transfer-Encoding: chunked
Content-Type: application/vnd.fdo.journal

HTTP/1.1 411 Length Required
Connection: close
Content-Length: 35
Content-Type: text/plain
Date: Thu, 24 Jan 2019 01:21:41 GMT

I thought using "Transfer-Encoding: chunked" meant I didn't have to
specify "Content-Length". Am I incorrect?

-- 
Kim Scarborough
https://kim.scarborough.chicago.il.us/

Reply via email to