You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aap): stop crashing on .NET runtimes by not rerouting on wrapper (#803)
# What?
Disable AAP for .NET runtimes, AAP and LWA won't work correctly for .NET
runtimes, proxying still gets enabled, it's just not used because we
don't reroute.
# Motivation
Rust proxy lowercases headers based on the standard for HTTP, most
runtimes don't care about this, besides .NET.
This has been fixed in
aws/aws-lambda-dotnet#2094
But it's yet to be released, so the issue:
aws/aws-lambda-dotnet#2093 remains open
0 commit comments