Project

General

Profile

Actions

Bug #2684

closed

POST with chunked transfer encoding: 411 content-length required

Added by cweiske over 9 years ago. Updated over 1 year ago.

Status:
Fixed
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

When sending a HTTP POST request with transfer-encoding: chunked, lighttpd sends a 411 content-length required error back.

Chunked transfer encoding was made for streaming data when the final content length is not known in advance, so lighttpd should not complain about the missing length.

This happens with lighttpd 1.4.31-4+deb7u3, but I found no bug in the bug tracker that was marked fixed in one of the later versions - so I think it still applies.

Actions #1

Updated by stbuehler over 9 years ago

  • Status changed from New to Wontfix

This is unlikely to get fixed in 1.4.x. lighttpd2 (our current development branch) supports it.

Actions #2

Updated by gstrauss over 1 year ago

  • Status changed from Wontfix to Fixed
  • ASK QUESTIONS IN Forums set to No

Fixed in lighttpd 1.4.44. See #2156

Actions

Also available in: Atom