Commit f7aa81b
authored
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 open1 parent a6bd17d commit f7aa81b
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | | - | |
28 | | - | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | | - | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments