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

Invoke-WebRequest and Invoke-RestMethod: Rename TimeoutSec to ConnectionTimeoutSeconds (with alias) and add OperationTimeoutSeconds #19558

Commits on Jun 8, 2023

  1. Rename TimeoutSec to ConnectionTimeoutSeconds and add OperationTimeou…

    …tSeconds
    
    TimeoutSec becomes ConnectionTimeoutSeconds and has same behaviour as before.
    OperationTimeoutSeconds specifies the maximum allowed time between reads from the
    network when streaming http response messages.
    
    The default for both items is to have no timeout.
    
    Co-Authored-By: CarloToso <105941898+CarloToso@users.noreply.github.com>
    stevenebutler and CarloToso committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f667241 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge remote-tracking branch 'origin/master' into Rename-TimeoutSec-t…

    …o-ConnectTimeoutSec-and-alias-to-TimeoutSec-and-add-NetworkTimeoutSec-timeout
    stevenebutler committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    dbcf53b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    a8acd17 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'PowerShell:master' into Rename-TimeoutSec-to-ConnectTim…

    …eoutSec-and-alias-to-TimeoutSec-and-add-NetworkTimeoutSec-timeout
    stevenebutler committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    ea464d7 View commit details
    Browse the repository at this point in the history