-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Labels
3 - DonePRI: 1 - RequiredMust be handled in a reasonable timeMust be handled in a reasonable timebugcost: SWill take up to 2 days to completeWill take up to 2 days to complete
Milestone
Description
When the request transfer-encoding is chunked, the request.ContentLength is 0 instead of null, then JsonMediaTypeFormatter return the default value (null for classes) in this line:
AspNetWebStack/src/System.Net.Http.Formatting/Formatting/BaseJsonMediaTypeFormatter.cs
Line 209 in 1a987f8
return GetDefaultValueForType(type); |
The workaround is: https://gist.github.com/jayoungers/0b39b66c49bf974ba73d83943c4b218b but it is just a workaround, and we don't know if it breaks other scenarios.
Metadata
Metadata
Assignees
Labels
3 - DonePRI: 1 - RequiredMust be handled in a reasonable timeMust be handled in a reasonable timebugcost: SWill take up to 2 days to completeWill take up to 2 days to complete