Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
another small formatting change
  • Loading branch information
kraih committed Jul 15, 2014
1 parent 92e466d commit 08e35af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/Mojo/Message/Request.pm
Expand Up @@ -12,10 +12,9 @@ has 'reverse_proxy';

my $START_LINE_RE = qr/
^
([a-zA-Z]+) # Method
\s+
([0-9a-zA-Z!#\$\%&'()*+,\-.\/:;=?\@[\\\]^_`\{|\}~]+) # URL
\s+HTTP\/(\d\.\d) # Version
([a-zA-Z]+) # Method
\s+([0-9a-zA-Z!#\$\%&'()*+,\-.\/:;=?\@[\\\]^_`\{|\}~]+) # URL
\s+HTTP\/(\d\.\d) # Version
$
/x;

Expand Down

0 comments on commit 08e35af

Please sign in to comment.