8000 Occasional errors with zlib.output_compression = On · Issue #704 · filp/whoops · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Occasional errors with zlib.output_compression = On #704
Open
@kexxt

Description

@kexxt

Hello, occasionally I experience this error when I should not be seeing any whoops-related pages.

Uncaught Whoops\Exception\ErrorException: ob_end_clean(): failed to discard buffer of zlib output compression (1)

I've identified the issue is caused by Run.php line 396:

while ($this->system->getOutputBufferLevel() > 0) {
    $this->system->endOutputBuffering();
}

I am also submitting a PR with a very simple fix

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

      0