Project

General

Profile

Actions

Bug #3049

closed

Too much content with HTTP/2.0

Added by flynn over 4 years ago. Updated over 4 years ago.

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

Description

Lighttpd as reverse proxy with an HTTP/1.1-backend responses with different content sizes depending on protocol version with Transfer-Encoding: chunked:
  • HTTP/1.1 gives correct size, in my example 16289403 bytes
  • HTTP/2.0 gives some bytes more, in my example 16289410 bytes

Tested with curl with and without the option --http1.1.

The "additional" bytes in HTTP/2.0 case are linefeeds (0D0A0D0A ....)

#6

Updated by gstrauss over 4 years ago

  • Category set to core
  • Status changed from New to Patch Pending
#9

Updated by gstrauss over 4 years ago

  • Status changed from Patch Pending to Fixed
Actions

Also available in: Atom