Skip to content

Clarify debug on 304 requests #12

@peteruithoven

Description

@peteruithoven

Usually when a request is successfully compressed the following is logged:

  compression br compression +0ms
GET /css/main.css 200 9.266 ms - -

But currently when a 304 request is done the following is logged:

  compression undefined not compressible +31ms
  compression no compression: filtered +0ms
GET /css/main.css 304 2.259 ms - -

When getting to know this library this was very confusion, the behaviour looks like a bug. Is there any way to clarify this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions