Handling empty "Content-Type" #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Turns out there are idiots in the world who send a request with an empty Content-Type
["content-length"] => string(0) ""
["content-type"] => string(0) ""
Handling emptyto Handling empty "Content-Type"The code already has a solution for this problem