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

Whhtml driver timeout #229

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 19, 2018

  1. Replace references to HttpContext.Current with ControllerContext Http…

    …Context references to ensure AsResultBase.BuildFile doesn't break when being called from async/await code.
    emergentSushi committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    6243137 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Updated driver to also throw exception if it receives an error messag…

    …e or code from the wkhtmltopdf-process
    davidreinhold committed May 9, 2018
    Configuration menu
    Copy the full SHA
    0cf2ac7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Merge pull request #1 from emergentSushi/master

    Replace references to HttpContext.Current with ControllerContext Http…
    molekp committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b205686 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from davidreinhold/checkWkhtmlpdfexitcode-david…

    …-reinhold
    
    Fix for issue webgio#189 on webio/Rotativa
    molekp committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    ff03674 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. add timeout support

    * currently whtml's doesn't have parameter to set timeout time. We provide this functionality is Rotativa. When starting process of whtml (pdf or image) we can wait proces exit for given amout of time. See issue webgio#203
    Paweł Mołek committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    4a34671 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. update wkhtml drivers to 0.12.4

    * based on PR webgio#115
    Paweł Mołek committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5d3030e View commit details
    Browse the repository at this point in the history
  2. fix kill process when cancellation requested

    Paweł Mołek committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    25dfb5b View commit details
    Browse the repository at this point in the history