space-wizards / SpaceWizards.HttpListener

Managed, maintained, updated, and unprofessionally butchered fork of System.Net.HttpListener
MIT License
17 stars 3 forks source link

Removes 411 status code for POST requests with an empty body. #3

Closed GitHubProUser67 closed 4 months ago

GitHubProUser67 commented 4 months ago

Removes 411 status code for POST requests with an empty body.

This seems dumb, but some systems does that, and it's a mistake to not let them do their weird requests.

An example would be the SVO (Sports View Online) server used in some PlayStation games which sends a POST request with nothing inside.

GitHubProUser67 commented 4 months ago

There was an error while pushing the PR, I will try to fix it.

GitHubProUser67 commented 4 months ago

Closing PR to do an other one on a separate branch, sorry again for the issue.