aspnet / HttpAbstractions

[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
382 stars 194 forks source link

Return FormCollection.Empty when Content-Length is 0 #1038

Closed pranavkm closed 6 years ago

pranavkm commented 6 years ago

Fixes https://github.com/aspnet/Mvc/issues/5631