Skip Menu |

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

Report information
The Basics
Id: 63305
Status: resolved
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: fovea1959-bitcard [...] yahoo.com
Cc:
AdminCc:

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



Subject: Net::Server::HTTP does not accept OPTIONS requests
Net::Server::HTTP does not accept requests with a OPTIONS method. It arguably should. Line 82 of HTTP.pm changed to if ($req !~ m{ ^\s*(GET|POST|PUT|DELETE|PUSH|HEAD|OPTIONS)\s+(.+)\s+HTTP/1\.[01]\s*$ }x) {
Thankyou. Yes, that should've been in there from the start. The code is updated as of the just released version 2.000