Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 133780
Status: new
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: rooy.de.m [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Net::Server::HTTP should not die on PATCH requests
Date: Thu, 19 Nov 2020 15:36:11 +0100
To: bug-Net-Server [...] rt.cpan.org
From: Marcel de Rooy <rooy.de.m [...] gmail.com>
Please correct this line: if (!defined($req) || $req !~ m{ ^\s*(GET|POST|PUT|DELETE|PUSH|HEAD|OPTIONS)\s+(.+)\s+(HTTP/1\.[01])\s*$ }ix) { It should also include PATCH requests (partial update). Thanks, Marcel