Skip to content

Commit

Permalink
Merge 72c9402 into b512ccf
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati committed Jan 28, 2020
2 parents b512ccf + 72c9402 commit e36f086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Private/PodeServer.ps1
Expand Up @@ -154,6 +154,7 @@ function Invoke-PodeSocketHandler
Data = $null
Files = $null
Streamed = $true
Timestamp = [datetime]::UtcNow
}

# set pode in server response header
Expand Down
2 changes: 2 additions & 0 deletions src/Private/Serverless.ps1
Expand Up @@ -44,6 +44,7 @@ function Start-PodeAzFuncServer
PendingCookies = @{}
Path = [string]::Empty
Streamed = $false
Timestamp = [datetime]::UtcNow
}

# set the path, using static content query parameter if passed
Expand Down Expand Up @@ -137,6 +138,7 @@ function Start-PodeAwsLambdaServer
Cookies = @{}
PendingCookies = @{}
Streamed = $false
Timestamp = [datetime]::UtcNow
}

# set pode in server response header
Expand Down
1 change: 1 addition & 0 deletions src/Private/WebServer.ps1
Expand Up @@ -106,6 +106,7 @@ function Start-PodeWebServer
Cookies = $request.Cookies
PendingCookies = @{}
Streamed = $true
Timestamp = [datetime]::UtcNow
}

# set pode in server response header
Expand Down

0 comments on commit e36f086

Please sign in to comment.