Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes race condition when building merged css/js file during simultaneous requests #21756

Commits on Mar 14, 2019

  1. Fixes bug when many requests to a page are made and multiple streams …

    …request to build the same merged css or js file sometimes results in serving incomplete files to the client if a second request came in and truncated the part of the work from the first request.
    Ian410 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    1b46c96 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Updated mathrandom class property to private to meet Magento technica…

    …l guidelines
    
    Made mathrandom class optional to meet backwards compatibility requirements.
    Ian410 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    c6affac View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    4d37719 View commit details
    Browse the repository at this point in the history